Html Css Color HEX #72856D Xanadu

📋 copy color: '#72856D'

red 114 ◦ green 133 ◦ blue 109

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

Shades of Xanadu #72856D

Tints of Xanadu #72856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 32.02%
G = 37.36%
B = 30.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#72856D (or 0x72856D) is known color: Xanadu. HEX triplet: 72, 85 and 6D. RGB value is (114,133,109). Sum of RGB (Red+Green+Blue) = 114+133+109=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #72856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72856D is #8D7A92. Grayscale: #7C7C7C. Windows color (decimal): -9271955 or 7177586. OLE color: 7177586.

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

Color convert

RGB 114 133 109 -
CMYK 0.14 0 0.18 0.48
HSL 107.5º 0.1% 0.47% -
HSV(B) 107.5º 0.18% 0.52% -
XYZ 18.09 21.46 17.66 -
YUV 124.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 114 133 109 0.14 0 0.18 0.48 107.5 0.1 0.47
Hex 72 85 6D E 0 12 30 6C A 2F
Octal 162 205 155 16 0 22 60 154 12 57
Binary 1110010 10000101 1101101 1110 0 10010 110000 1101100 1010 101111

Color Harmonies of #72856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72856D

Black with #72856D

Text Example


Text Example

White with #72856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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