#77926B

Color #77926B Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #77926B

Tints of Xanadu #77926B

Color information

#77926B (or 0x77926B) is unknown color: approx Xanadu. HEX triplet: 77, 92 and 6B. RGB value is (119,146,107). Sum of RGB (Red+Green+Blue) = 119+146+107=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #77926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77926B is #886D94. Grayscale: #858585. Windows color (decimal): -8940949 or 7049847. OLE color: 7049847.

HSL color Cylindrical-coordinate representation of color #77926B: hue angle of 101.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77926B is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB119146107-
CMYK0.1800.270.43
HSL101.54º15.42%49.61%-
HSV(B)101.54º26.71%57.25%-
XYZ20.5425.5417.76-
YUV133.48113.05117.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=31.99%
G=39.25%
B=28.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191461070.1800.270.43101.5415.4249.61
Hex77926B1201B2B66f32
Octal16722215322033531461762
Binary11101111001001011010111001001101110101111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77926B; }

 p { color: rgb(119,146,107); }

 H1.HeaderClassName
 {
   color: #77926B;
 }
 .AnyTagClassName
 {
   color: #77926B;
 }
</style>
background-color css

<style>
 a { background-color: #77926B; }

 a { background-color: rgb(119,146,107); }

 div.DivClassName
 {
   background-color: #77926B;
 }
 .BgClassName
 {
   background-color: #77926B;
 }
</style>
border-color css

<style>
 span { border-color: #77926B; }

 span { border-color: rgb(119,146,107); }

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