Html Css Color HEX #72846B Xanadu

📋 copy color: '#72846B'

red 114 ◦ green 132 ◦ blue 107

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

Shades of Xanadu #72846B

Tints of Xanadu #72846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 32.29%
G = 37.39%
B = 30.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#72846B (or 0x72846B) is known color: Xanadu. HEX triplet: 72, 84 and 6B. RGB value is (114,132,107). Sum of RGB (Red+Green+Blue) = 114+132+107=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #72846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72846B is #8D7B94. Grayscale: #7B7B7B. Windows color (decimal): -9272213 or 7046258. OLE color: 7046258.

HSL color Cylindrical-coordinate representation of color #72846B: hue angle of 103.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72846B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 107 -
CMYK 0.14 0 0.19 0.48
HSL 103.2º 0.1% 0.47% -
HSV(B) 103.2º 0.19% 0.52% -
XYZ 17.84 21.14 17.05 -
YUV 123.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 114 132 107 0.14 0 0.19 0.48 103.2 0.1 0.47
Hex 72 84 6B E 0 13 30 67 A 2F
Octal 162 204 153 16 0 23 60 147 12 57
Binary 1110010 10000100 1101011 1110 0 10011 110000 1100111 1010 101111

Color Harmonies of #72846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72846B

Black with #72846B

Text Example


Text Example

White with #72846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72846B; }

 p { color: rgb(114,132,107); }

 H1.HeaderClassName
 {
   color: #72846B;
 }
 .AnyTagClassName
 {
   color: #72846B;
 }
</style>

background-color css

<style>
 a { background-color: #72846B; }

 a { background-color: rgb(114,132,107); }

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

border-color css

<style>
 span { border-color: #72846B; }

 span { border-color: rgb(114,132,107); }

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