#738F7F

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

Shades of Oxley #738F7F

Tints of Oxley #738F7F

Color information

#738F7F (or 0x738F7F) is unknown color: approx Oxley. HEX triplet: 73, 8F and 7F. RGB value is (115,143,127). Sum of RGB (Red+Green+Blue) = 115+143+127=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7F is #8C7080. Grayscale: #848484. Windows color (decimal): -9203841 or 8359795. OLE color: 8359795.

HSL color Cylindrical-coordinate representation of color #738F7F: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F7F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB115143127-
CMYK0.2000.110.44
HSL145.71º11.11%50.59%-
HSV(B)145.71º19.58%56.08%-
XYZ20.7224.8223.78-
YUV132.8124.72115.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 127 (50% from 255) = 32.99%
R=29.87%
G=37.14%
B=32.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151431270.2000.110.44145.7111.1150.59
Hex738F7F140B2C92b33
Octal16321717724013542221363
Binary11100111000111111111111010001011101100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,127); }

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

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

 a { background-color: rgb(115,143,127); }

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

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

 span { border-color: rgb(115,143,127); }

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