Html Css Color HEX #72776F Xanadu

📋 copy color: '#72776F'

red 114 ◦ green 119 ◦ blue 111

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

Shades of Xanadu #72776F

Tints of Xanadu #72776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 33.14%
G = 34.59%
B = 32.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#72776F (or 0x72776F) is known color: Xanadu. HEX triplet: 72, 77 and 6F. RGB value is (114,119,111). Sum of RGB (Red+Green+Blue) = 114+119+111=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #72776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776F is #8D8890. Grayscale: #747474. Windows color (decimal): -9275537 or 7305074. OLE color: 7305074.

HSL color Cylindrical-coordinate representation of color #72776F: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72776F is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 111 -
CMYK 0.04 0 0.07 0.53
HSL 97.5º 0.03% 0.45% -
HSV(B) 97.5º 0.07% 0.47% -
XYZ 16.41 17.92 17.63 -
YUV 116.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 114 119 111 0.04 0 0.07 0.53 97.5 0.03 0.45
Hex 72 77 6F 4 0 7 35 62 3 2D
Octal 162 167 157 4 0 7 65 142 3 55
Binary 1110010 1110111 1101111 100 0 111 110101 1100010 11 101101

Color Harmonies of #72776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72776F

Black with #72776F

Text Example


Text Example

White with #72776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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