Html Css Color HEX #79926C Xanadu

📋 copy color: '#79926C'

red 121 ◦ green 146 ◦ blue 108

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

Shades of Xanadu #79926C

Tints of Xanadu #79926C

RGB

 RED value IS 121 (47.66% from 255) = 32.27%

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 32.27%
G = 38.93%
B = 28.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#79926C (or 0x79926C) is known color: Xanadu. HEX triplet: 79, 92 and 6C. RGB value is (121,146,108). Sum of RGB (Red+Green+Blue) = 121+146+108=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #79926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79926C is #866D93. Grayscale: #868686. Windows color (decimal): -8809876 or 7115385. OLE color: 7115385.

HSL color Cylindrical-coordinate representation of color #79926C: hue angle of 99.47º 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 #79926C is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 108 -
CMYK 0.17 0 0.26 0.43
HSL 99.47º 0.15% 0.5% -
HSV(B) 99.47º 0.26% 0.57% -
XYZ 20.87 25.71 18.05 -
YUV 134.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 121 146 108 0.17 0 0.26 0.43 99.47 0.15 0.5
Hex 79 92 6C 11 0 1A 2B 63 F 32
Octal 171 222 154 21 0 32 53 143 17 62
Binary 1111001 10010010 1101100 10001 0 11010 101011 1100011 1111 110010

Color Harmonies of #79926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79926C

Black with #79926C

Text Example


Text Example

White with #79926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79926C; }

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

 H1.HeaderClassName
 {
   color: #79926C;
 }
 .AnyTagClassName
 {
   color: #79926C;
 }
</style>

background-color css

<style>
 a { background-color: #79926C; }

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

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

border-color css

<style>
 span { border-color: #79926C; }

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

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