#72907A

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

Shades of Oxley #72907A

Tints of Oxley #72907A

Color information

#72907A (or 0x72907A) is unknown color: approx Oxley. HEX triplet: 72, 90 and 7A. RGB value is (114,144,122). Sum of RGB (Red+Green+Blue) = 114+144+122=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #72907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72907A is #8D6F85. Grayscale: #848484. Windows color (decimal): -9269126 or 8032370. OLE color: 8032370.

HSL color Cylindrical-coordinate representation of color #72907A: hue angle of 136º 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 #72907A is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB114144122-
CMYK0.2100.150.44
HSL136º11.9%50.59%-
HSV(B)136º20.83%56.47%-
XYZ20.4324.9322.15-
YUV132.52122.06114.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=30%
G=37.89%
B=32.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441220.2100.150.4413611.950.59
Hex72907A150F2C88c33
Octal16222017225017542101463
Binary11100101001000011110101010101111101100100010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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