Html Css Color HEX #72836F Xanadu

📋 copy color: '#72836F'

red 114 ◦ green 131 ◦ blue 111

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

Shades of Xanadu #72836F

Tints of Xanadu #72836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 32.02%
G = 36.8%
B = 31.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#72836F (or 0x72836F) is known color: Xanadu. HEX triplet: 72, 83 and 6F. RGB value is (114,131,111). Sum of RGB (Red+Green+Blue) = 114+131+111=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #72836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72836F is #8D7C90. Grayscale: #7B7B7B. Windows color (decimal): -9272465 or 7308146. OLE color: 7308146.

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

Color convert

RGB 114 131 111 -
CMYK 0.13 0 0.15 0.49
HSL 111º 0.08% 0.47% -
HSV(B) 111º 0.15% 0.51% -
XYZ 17.92 20.96 18.14 -
YUV 123.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 114 131 111 0.13 0 0.15 0.49 111 0.08 0.47
Hex 72 83 6F D 0 F 31 6F 8 2F
Octal 162 203 157 15 0 17 61 157 10 57
Binary 1110010 10000011 1101111 1101 0 1111 110001 1101111 1000 101111

Color Harmonies of #72836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72836F

Black with #72836F

Text Example


Text Example

White with #72836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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