Html Css Color HEX #72917C Oxley

📋 copy color: '#72917C'

red 114 ◦ green 145 ◦ blue 124

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

Shades of Oxley #72917C

Tints of Oxley #72917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 29.77%
G = 37.86%
B = 32.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#72917C (or 0x72917C) is known color: Oxley. HEX triplet: 72, 91 and 7C. RGB value is (114,145,124). Sum of RGB (Red+Green+Blue) = 114+145+124=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #72917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72917C is #8D6E83. Grayscale: #858585. Windows color (decimal): -9268868 or 8163698. OLE color: 8163698.

HSL color Cylindrical-coordinate representation of color #72917C: hue angle of 139.35º 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 #72917C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 124 -
CMYK 0.21 0 0.14 0.43
HSL 139.35º 0.12% 0.51% -
HSV(B) 139.35º 0.21% 0.57% -
XYZ 20.7 25.28 22.86 -
YUV 133.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 114 145 124 0.21 0 0.14 0.43 139.35 0.12 0.51
Hex 72 91 7C 15 0 E 2B 8B C 33
Octal 162 221 174 25 0 16 53 213 14 63
Binary 1110010 10010001 1111100 10101 0 1110 101011 10001011 1100 110011

Color Harmonies of #72917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72917C

Black with #72917C

Text Example


Text Example

White with #72917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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