#72907F

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

Shades of Oxley #72907F

Tints of Oxley #72907F

Color information

#72907F (or 0x72907F) is unknown color: approx Oxley. HEX triplet: 72, 90 and 7F. RGB value is (114,144,127). Sum of RGB (Red+Green+Blue) = 114+144+127=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #72907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72907F is #8D6F80. Grayscale: #858585. Windows color (decimal): -9269121 or 8360050. OLE color: 8360050.

HSL color Cylindrical-coordinate representation of color #72907F: hue angle of 146º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72907F is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB114144127-
CMYK0.2100.120.44
HSL146º11.9%50.59%-
HSV(B)146º20.83%56.47%-
XYZ20.7425.0623.82-
YUV133.09124.56114.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 127 (50% from 255) = 32.99%
R=29.61%
G=37.40%
B=32.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441270.2100.120.4414611.950.59
Hex72907F150C2C92c33
Octal16222017725014542221463
Binary11100101001000011111111010101100101100100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72907F; }

 p { color: rgb(114,144,127); }

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

<style>
 a { background-color: #72907F; }

 a { background-color: rgb(114,144,127); }

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

<style>
 span { border-color: #72907F; }

 span { border-color: rgb(114,144,127); }

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