Html Css Color HEX #72886F Xanadu

📋 copy color: '#72886F'

red 114 ◦ green 136 ◦ blue 111

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

Shades of Xanadu #72886F

Tints of Xanadu #72886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 31.58%
G = 37.67%
B = 30.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#72886F (or 0x72886F) is known color: Xanadu. HEX triplet: 72, 88 and 6F. RGB value is (114,136,111). Sum of RGB (Red+Green+Blue) = 114+136+111=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #72886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72886F is #8D7790. Grayscale: #7E7E7E. Windows color (decimal): -9271185 or 7309426. OLE color: 7309426.

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

Color convert

RGB 114 136 111 -
CMYK 0.16 0 0.18 0.47
HSL 112.8º 0.1% 0.48% -
HSV(B) 112.8º 0.18% 0.53% -
XYZ 18.61 22.33 18.37 -
YUV 126.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 114 136 111 0.16 0 0.18 0.47 112.8 0.1 0.48
Hex 72 88 6F 10 0 12 2F 71 A 30
Octal 162 210 157 20 0 22 57 161 12 60
Binary 1110010 10001000 1101111 10000 0 10010 101111 1110001 1010 110000

Color Harmonies of #72886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72886F

Black with #72886F

Text Example


Text Example

White with #72886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72886F; }

 p { color: rgb(114,136,111); }

 H1.HeaderClassName
 {
   color: #72886F;
 }
 .AnyTagClassName
 {
   color: #72886F;
 }
</style>

background-color css

<style>
 a { background-color: #72886F; }

 a { background-color: rgb(114,136,111); }

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

border-color css

<style>
 span { border-color: #72886F; }

 span { border-color: rgb(114,136,111); }

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