Html Css Color HEX #72826C Xanadu

📋 copy color: '#72826C'

red 114 ◦ green 130 ◦ blue 108

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

Shades of Xanadu #72826C

Tints of Xanadu #72826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 32.39%
G = 36.93%
B = 30.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#72826C (or 0x72826C) is known color: Xanadu. HEX triplet: 72, 82 and 6C. RGB value is (114,130,108). Sum of RGB (Red+Green+Blue) = 114+130+108=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #72826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72826C is #8D7D93. Grayscale: #7A7A7A. Windows color (decimal): -9272724 or 7111282. OLE color: 7111282.

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

Color convert

RGB 114 130 108 -
CMYK 0.12 0 0.17 0.49
HSL 103.64º 0.09% 0.47% -
HSV(B) 103.64º 0.17% 0.51% -
XYZ 17.63 20.63 17.24 -
YUV 122.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 114 130 108 0.12 0 0.17 0.49 103.64 0.09 0.47
Hex 72 82 6C C 0 11 31 68 9 2F
Octal 162 202 154 14 0 21 61 150 11 57
Binary 1110010 10000010 1101100 1100 0 10001 110001 1101000 1001 101111

Color Harmonies of #72826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72826C

Black with #72826C

Text Example


Text Example

White with #72826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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