Html Css Color HEX #72816C Xanadu

📋 copy color: '#72816C'

red 114 ◦ green 129 ◦ blue 108

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

Shades of Xanadu #72816C

Tints of Xanadu #72816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

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

R = 32.48%
G = 36.75%
B = 30.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#72816C (or 0x72816C) is known color: Xanadu. HEX triplet: 72, 81 and 6C. RGB value is (114,129,108). Sum of RGB (Red+Green+Blue) = 114+129+108=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #72816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72816C is #8D7E93. Grayscale: #7A7A7A. Windows color (decimal): -9272980 or 7111026. OLE color: 7111026.

HSL color Cylindrical-coordinate representation of color #72816C: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72816C is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 129 108 -
CMYK 0.12 0 0.16 0.49
HSL 102.86º 0.09% 0.46% -
HSV(B) 102.86º 0.16% 0.51% -
XYZ 17.5 20.36 17.2 -
YUV 122.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 114 129 108 0.12 0 0.16 0.49 102.86 0.09 0.46
Hex 72 81 6C C 0 10 31 67 9 2E
Octal 162 201 154 14 0 20 61 147 11 56
Binary 1110010 10000001 1101100 1100 0 10000 110001 1100111 1001 101110

Color Harmonies of #72816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72816C

Black with #72816C

Text Example


Text Example

White with #72816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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