Html Css Color HEX #72836C Xanadu

📋 copy color: '#72836C'

red 114 ◦ green 131 ◦ blue 108

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

Shades of Xanadu #72836C

Tints of Xanadu #72836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 32.29%
G = 37.11%
B = 30.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#72836C (or 0x72836C) is known color: Xanadu. HEX triplet: 72, 83 and 6C. RGB value is (114,131,108). Sum of RGB (Red+Green+Blue) = 114+131+108=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #72836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72836C is #8D7C93. Grayscale: #7B7B7B. Windows color (decimal): -9272468 or 7111538. OLE color: 7111538.

HSL color Cylindrical-coordinate representation of color #72836C: hue angle of 104.35º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72836C is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 108 -
CMYK 0.13 0 0.18 0.49
HSL 104.35º 0.1% 0.47% -
HSV(B) 104.35º 0.18% 0.51% -
XYZ 17.76 20.89 17.28 -
YUV 123.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 114 131 108 0.13 0 0.18 0.49 104.35 0.1 0.47
Hex 72 83 6C D 0 12 31 68 A 2F
Octal 162 203 154 15 0 22 61 150 12 57
Binary 1110010 10000011 1101100 1101 0 10010 110001 1101000 1010 101111

Color Harmonies of #72836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72836C

Black with #72836C

Text Example


Text Example

White with #72836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,131,108); }

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

background-color css

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

 a { background-color: rgb(114,131,108); }

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

border-color css

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

 span { border-color: rgb(114,131,108); }

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