Html Css Color HEX #77906E Xanadu

📋 copy color: '#77906E'

red 119 ◦ green 144 ◦ blue 110

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

Shades of Xanadu #77906E

Tints of Xanadu #77906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 31.9%
G = 38.61%
B = 29.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#77906E (or 0x77906E) is known color: Xanadu. HEX triplet: 77, 90 and 6E. RGB value is (119,144,110). Sum of RGB (Red+Green+Blue) = 119+144+110=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #77906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906E is #886F91. Grayscale: #848484. Windows color (decimal): -8941458 or 7245943. OLE color: 7245943.

HSL color Cylindrical-coordinate representation of color #77906E: hue angle of 104.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77906E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 110 -
CMYK 0.17 0 0.24 0.44
HSL 104.12º 0.13% 0.5% -
HSV(B) 104.12º 0.24% 0.56% -
XYZ 20.4 24.99 18.5 -
YUV 132.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 119 144 110 0.17 0 0.24 0.44 104.12 0.13 0.5
Hex 77 90 6E 11 0 18 2C 68 D 32
Octal 167 220 156 21 0 30 54 150 15 62
Binary 1110111 10010000 1101110 10001 0 11000 101100 1101000 1101 110010

Color Harmonies of #77906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77906E

Black with #77906E

Text Example


Text Example

White with #77906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77906E; }

 p { color: rgb(119,144,110); }

 H1.HeaderClassName
 {
   color: #77906E;
 }
 .AnyTagClassName
 {
   color: #77906E;
 }
</style>

background-color css

<style>
 a { background-color: #77906E; }

 a { background-color: rgb(119,144,110); }

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

border-color css

<style>
 span { border-color: #77906E; }

 span { border-color: rgb(119,144,110); }

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