Html Css Color HEX #72876D Xanadu

📋 copy color: '#72876D'

red 114 ◦ green 135 ◦ blue 109

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

Shades of Xanadu #72876D

Tints of Xanadu #72876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 31.84%
G = 37.71%
B = 30.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#72876D (or 0x72876D) is known color: Xanadu. HEX triplet: 72, 87 and 6D. RGB value is (114,135,109). Sum of RGB (Red+Green+Blue) = 114+135+109=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #72876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72876D is #8D7892. Grayscale: #7D7D7D. Windows color (decimal): -9271443 or 7178098. OLE color: 7178098.

HSL color Cylindrical-coordinate representation of color #72876D: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72876D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 109 -
CMYK 0.16 0 0.19 0.47
HSL 108.46º 0.11% 0.48% -
HSV(B) 108.46º 0.19% 0.53% -
XYZ 18.36 22.01 17.75 -
YUV 125.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 114 135 109 0.16 0 0.19 0.47 108.46 0.11 0.48
Hex 72 87 6D 10 0 13 2F 6C B 30
Octal 162 207 155 20 0 23 57 154 13 60
Binary 1110010 10000111 1101101 10000 0 10011 101111 1101100 1011 110000

Color Harmonies of #72876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72876D

Black with #72876D

Text Example


Text Example

White with #72876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72876D; }

 p { color: rgb(114,135,109); }

 H1.HeaderClassName
 {
   color: #72876D;
 }
 .AnyTagClassName
 {
   color: #72876D;
 }
</style>

background-color css

<style>
 a { background-color: #72876D; }

 a { background-color: rgb(114,135,109); }

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

border-color css

<style>
 span { border-color: #72876D; }

 span { border-color: rgb(114,135,109); }

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