Html Css Color HEX #77946A Xanadu

📋 copy color: '#77946A'

red 119 ◦ green 148 ◦ blue 106

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

Shades of Xanadu #77946A

Tints of Xanadu #77946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 31.9%
G = 39.68%
B = 28.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#77946A (or 0x77946A) is known color: Xanadu. HEX triplet: 77, 94 and 6A. RGB value is (119,148,106). Sum of RGB (Red+Green+Blue) = 119+148+106=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #77946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77946A is #886B95. Grayscale: #868686. Windows color (decimal): -8940438 or 6984823. OLE color: 6984823.

HSL color Cylindrical-coordinate representation of color #77946A: hue angle of 101.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77946A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 106 -
CMYK 0.20 0 0.28 0.42
HSL 101.43º 0.17% 0.5% -
HSV(B) 101.43º 0.28% 0.58% -
XYZ 20.8 26.14 17.59 -
YUV 134.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 119 148 106 0.20 0 0.28 0.42 101.43 0.17 0.5
Hex 77 94 6A 14 0 1C 2A 65 11 32
Octal 167 224 152 24 0 34 52 145 21 62
Binary 1110111 10010100 1101010 10100 0 11100 101010 1100101 10001 110010

Color Harmonies of #77946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77946A

Black with #77946A

Text Example


Text Example

White with #77946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77946A; }

 p { color: rgb(119,148,106); }

 H1.HeaderClassName
 {
   color: #77946A;
 }
 .AnyTagClassName
 {
   color: #77946A;
 }
</style>

background-color css

<style>
 a { background-color: #77946A; }

 a { background-color: rgb(119,148,106); }

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

border-color css

<style>
 span { border-color: #77946A; }

 span { border-color: rgb(119,148,106); }

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