Html Css Color HEX #72806E Xanadu

📋 copy color: '#72806E'

red 114 ◦ green 128 ◦ blue 110

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

Shades of Xanadu #72806E

Tints of Xanadu #72806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 32.39%
G = 36.36%
B = 31.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#72806E (or 0x72806E) is known color: Xanadu. HEX triplet: 72, 80 and 6E. RGB value is (114,128,110). Sum of RGB (Red+Green+Blue) = 114+128+110=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 128 - color contains mainly: green. Hex color #72806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72806E is #8D7F91. Grayscale: #797979. Windows color (decimal): -9273234 or 7241842. OLE color: 7241842.

HSL color Cylindrical-coordinate representation of color #72806E: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72806E is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 110 -
CMYK 0.11 0 0.14 0.50
HSL 106.67º 0.08% 0.47% -
HSV(B) 106.67º 0.14% 0.5% -
XYZ 17.47 20.14 17.72 -
YUV 121.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 114 128 110 0.11 0 0.14 0.50 106.67 0.08 0.47
Hex 72 80 6E B 0 E 32 6B 8 2F
Octal 162 200 156 13 0 16 62 153 10 57
Binary 1110010 10000000 1101110 1011 0 1110 110010 1101011 1000 101111

Color Harmonies of #72806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72806E

Black with #72806E

Text Example


Text Example

White with #72806E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,128,110); }

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

background-color css

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

 a { background-color: rgb(114,128,110); }

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

border-color css

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

 span { border-color: rgb(114,128,110); }

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