Html Css Color HEX #72917E Oxley

📋 copy color: '#72917E'

red 114 ◦ green 145 ◦ blue 126

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

Shades of Oxley #72917E

Tints of Oxley #72917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 29.61%
G = 37.66%
B = 32.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#72917E (or 0x72917E) is known color: Oxley. HEX triplet: 72, 91 and 7E. RGB value is (114,145,126). Sum of RGB (Red+Green+Blue) = 114+145+126=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #72917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72917E is #8D6E81. Grayscale: #858585. Windows color (decimal): -9268866 or 8294770. OLE color: 8294770.

HSL color Cylindrical-coordinate representation of color #72917E: hue angle of 143.23º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72917E is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 126 -
CMYK 0.21 0 0.13 0.43
HSL 143.23º 0.12% 0.51% -
HSV(B) 143.23º 0.21% 0.57% -
XYZ 20.83 25.33 23.53 -
YUV 133.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 114 145 126 0.21 0 0.13 0.43 143.23 0.12 0.51
Hex 72 91 7E 15 0 D 2B 8F C 33
Octal 162 221 176 25 0 15 53 217 14 63
Binary 1110010 10010001 1111110 10101 0 1101 101011 10001111 1100 110011

Color Harmonies of #72917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72917E

Black with #72917E

Text Example


Text Example

White with #72917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72917E; }

 p { color: rgb(114,145,126); }

 H1.HeaderClassName
 {
   color: #72917E;
 }
 .AnyTagClassName
 {
   color: #72917E;
 }
</style>

background-color css

<style>
 a { background-color: #72917E; }

 a { background-color: rgb(114,145,126); }

 div.DivClassName
 {
   background-color: #72917E;
 }
 .BgClassName
 {
   background-color: #72917E;
 }
</style>

border-color css

<style>
 span { border-color: #72917E; }

 span { border-color: rgb(114,145,126); }

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