#738B7E

Color #738B7E Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #738B7E

Tints of Oxley #738B7E

Color information

#738B7E (or 0x738B7E) is unknown color: approx Oxley. HEX triplet: 73, 8B and 7E. RGB value is (115,139,126). Sum of RGB (Red+Green+Blue) = 115+139+126=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7E is #8C7481. Grayscale: #828282. Windows color (decimal): -9204866 or 8293235. OLE color: 8293235.

HSL color Cylindrical-coordinate representation of color #738B7E: hue angle of 147.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B7E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB115139126-
CMYK0.1700.090.45
HSL147.5º9.45%49.8%-
HSV(B)147.5º17.27%54.51%-
XYZ20.0723.6223.24-
YUV130.34125.55117.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=30.26%
G=36.58%
B=33.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391260.1700.090.45147.59.4549.8
Hex738B7E11092D93932
Octal16321317621011552231162
Binary11100111000101111111101000101001101101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738B7E; }

 p { color: rgb(115,139,126); }

 H1.HeaderClassName
 {
   color: #738B7E;
 }
 .AnyTagClassName
 {
   color: #738B7E;
 }
</style>
background-color css

<style>
 a { background-color: #738B7E; }

 a { background-color: rgb(115,139,126); }

 div.DivClassName
 {
   background-color: #738B7E;
 }
 .BgClassName
 {
   background-color: #738B7E;
 }
</style>
border-color css

<style>
 span { border-color: #738B7E; }

 span { border-color: rgb(115,139,126); }

 td.TdClassName
 {
   border-color: #738B7E;
 }
 .TagClassName
 {
   border-color: #738B7E;
 }
</style>