Html Css Color HEX #72826A Xanadu

📋 copy color: '#72826A'

red 114 ◦ green 130 ◦ blue 106

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

Shades of Xanadu #72826A

Tints of Xanadu #72826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 32.57%
G = 37.14%
B = 30.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#72826A (or 0x72826A) is known color: Xanadu. HEX triplet: 72, 82 and 6A. RGB value is (114,130,106). Sum of RGB (Red+Green+Blue) = 114+130+106=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #72826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72826A is #8D7D95. Grayscale: #7A7A7A. Windows color (decimal): -9272726 or 6980210. OLE color: 6980210.

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

Color convert

RGB 114 130 106 -
CMYK 0.12 0 0.18 0.49
HSL 100º 0.1% 0.46% -
HSV(B) 100º 0.18% 0.51% -
XYZ 17.52 20.58 16.69 -
YUV 122.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 114 130 106 0.12 0 0.18 0.49 100 0.1 0.46
Hex 72 82 6A C 0 12 31 64 A 2E
Octal 162 202 152 14 0 22 61 144 12 56
Binary 1110010 10000010 1101010 1100 0 10010 110001 1100100 1010 101110

Color Harmonies of #72826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72826A

Black with #72826A

Text Example


Text Example

White with #72826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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