Html Css Color HEX #777F73 Xanadu

📋 copy color: '#777F73'

red 119 ◦ green 127 ◦ blue 115

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

Shades of Xanadu #777F73

Tints of Xanadu #777F73

RGB

 RED value IS 119 (46.88% from 255) = 32.96%

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 32.96%
G = 35.18%
B = 31.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#777F73 (or 0x777F73) is known color: Xanadu. HEX triplet: 77, 7F and 73. RGB value is (119,127,115). Sum of RGB (Red+Green+Blue) = 119+127+115=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 127 - color contains mainly: green. Hex color #777F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F73 is #88808C. Grayscale: #7B7B7B. Windows color (decimal): -8945805 or 7569271. OLE color: 7569271.

HSL color Cylindrical-coordinate representation of color #777F73: hue angle of 100º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777F73 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 127 115 -
CMYK 0.06 0 0.09 0.50
HSL 100º 0.05% 0.47% -
HSV(B) 100º 0.09% 0.5% -
XYZ 18.29 20.34 19.18 -
YUV 123.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 119 127 115 0.06 0 0.09 0.50 100 0.05 0.47
Hex 77 7F 73 6 0 9 32 64 5 2F
Octal 167 177 163 6 0 11 62 144 5 57
Binary 1110111 1111111 1110011 110 0 1001 110010 1100100 101 101111

Color Harmonies of #777F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F73

Black with #777F73

Text Example


Text Example

White with #777F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777F73; }

 p { color: rgb(119,127,115); }

 H1.HeaderClassName
 {
   color: #777F73;
 }
 .AnyTagClassName
 {
   color: #777F73;
 }
</style>

background-color css

<style>
 a { background-color: #777F73; }

 a { background-color: rgb(119,127,115); }

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

border-color css

<style>
 span { border-color: #777F73; }

 span { border-color: rgb(119,127,115); }

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