Html Css Color HEX #72907F Oxley

📋 copy color: '#72907F'

red 114 ◦ green 144 ◦ blue 127

#72907F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #72907F

Tints of Oxley #72907F

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 29.61%
G = 37.4%
B = 32.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#72907F (or 0x72907F) is known color: 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

RGB 114 144 127 -
CMYK 0.21 0 0.12 0.44
HSL 146º 0.12% 0.51% -
HSV(B) 146º 0.21% 0.56% -
XYZ 20.74 25.06 23.82 -
YUV 133.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 114 144 127 0.21 0 0.12 0.44 146 0.12 0.51
Hex 72 90 7F 15 0 C 2C 92 C 33
Octal 162 220 177 25 0 14 54 222 14 63
Binary 1110010 10010000 1111111 10101 0 1100 101100 10010010 1100 110011

Color Harmonies of #72907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72907F

Black with #72907F

Text Example


Text Example

White with #72907F

Text Example


Text Example

HTML Codes & Css Web 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>