Html Css Color HEX #72856E Xanadu

📋 copy color: '#72856E'

red 114 ◦ green 133 ◦ blue 110

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

Shades of Xanadu #72856E

Tints of Xanadu #72856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 31.93%
G = 37.25%
B = 30.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#72856E (or 0x72856E) is known color: Xanadu. HEX triplet: 72, 85 and 6E. RGB value is (114,133,110). Sum of RGB (Red+Green+Blue) = 114+133+110=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #72856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72856E is #8D7A91. Grayscale: #7C7C7C. Windows color (decimal): -9271954 or 7243122. OLE color: 7243122.

HSL color Cylindrical-coordinate representation of color #72856E: hue angle of 109.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72856E is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 110 -
CMYK 0.14 0 0.17 0.48
HSL 109.57º 0.09% 0.48% -
HSV(B) 109.57º 0.17% 0.52% -
XYZ 18.14 21.48 17.94 -
YUV 124.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 114 133 110 0.14 0 0.17 0.48 109.57 0.09 0.48
Hex 72 85 6E E 0 11 30 6E 9 30
Octal 162 205 156 16 0 21 60 156 11 60
Binary 1110010 10000101 1101110 1110 0 10001 110000 1101110 1001 110000

Color Harmonies of #72856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72856E

Black with #72856E

Text Example


Text Example

White with #72856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72856E; }

 p { color: rgb(114,133,110); }

 H1.HeaderClassName
 {
   color: #72856E;
 }
 .AnyTagClassName
 {
   color: #72856E;
 }
</style>

background-color css

<style>
 a { background-color: #72856E; }

 a { background-color: rgb(114,133,110); }

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

border-color css

<style>
 span { border-color: #72856E; }

 span { border-color: rgb(114,133,110); }

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