Html Css Color HEX #777E73 Xanadu

📋 copy color: '#777E73'

red 119 ◦ green 126 ◦ blue 115

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

Shades of Xanadu #777E73

Tints of Xanadu #777E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

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

R = 33.06%
G = 35%
B = 31.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#777E73 (or 0x777E73) is known color: Xanadu. HEX triplet: 77, 7E and 73. RGB value is (119,126,115). Sum of RGB (Red+Green+Blue) = 119+126+115=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #777E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E73 is #88818C. Grayscale: #7A7A7A. Windows color (decimal): -8946061 or 7569015. OLE color: 7569015.

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

Color convert

RGB 119 126 115 -
CMYK 0.06 0 0.09 0.51
HSL 98.18º 0.05% 0.47% -
HSV(B) 98.18º 0.09% 0.49% -
XYZ 18.16 20.08 19.14 -
YUV 122.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 119 126 115 0.06 0 0.09 0.51 98.18 0.05 0.47
Hex 77 7E 73 6 0 9 33 62 5 2F
Octal 167 176 163 6 0 11 63 142 5 57
Binary 1110111 1111110 1110011 110 0 1001 110011 1100010 101 101111

Color Harmonies of #777E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E73

Black with #777E73

Text Example


Text Example

White with #777E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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