#7A926C

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

Shades of Xanadu #7A926C

Tints of Xanadu #7A926C

Color information

#7A926C (or 0x7A926C) is unknown color: approx Xanadu. HEX triplet: 7A, 92 and 6C. RGB value is (122,146,108). Sum of RGB (Red+Green+Blue) = 122+146+108=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #7A926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A926C is #856D93. Grayscale: #868686. Windows color (decimal): -8744340 or 7115386. OLE color: 7115386.

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

Color convert

RGB122146108-
CMYK0.1600.260.43
HSL97.89º14.96%49.8%-
HSV(B)97.89º26.03%57.25%-
XYZ21.0125.7818.06-
YUV134.49113.05119.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=32.45%
G=38.83%
B=28.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461080.1600.260.4397.8914.9649.8
Hex7A926C1001A2B62f32
Octal17222215420032531421762
Binary11110101001001011011001000001101010101111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A926C; }

 p { color: rgb(122,146,108); }

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

<style>
 a { background-color: #7A926C; }

 a { background-color: rgb(122,146,108); }

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

<style>
 span { border-color: #7A926C; }

 span { border-color: rgb(122,146,108); }

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