Html Css Color HEX #77906F Xanadu

📋 copy color: '#77906F'

red 119 ◦ green 144 ◦ blue 111

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

Shades of Xanadu #77906F

Tints of Xanadu #77906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 31.82%
G = 38.5%
B = 29.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#77906F (or 0x77906F) is known color: Xanadu. HEX triplet: 77, 90 and 6F. RGB value is (119,144,111). Sum of RGB (Red+Green+Blue) = 119+144+111=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #77906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906F is #886F90. Grayscale: #848484. Windows color (decimal): -8941457 or 7311479. OLE color: 7311479.

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

Color convert

RGB 119 144 111 -
CMYK 0.17 0 0.23 0.44
HSL 105.45º 0.13% 0.5% -
HSV(B) 105.45º 0.23% 0.56% -
XYZ 20.45 25.02 18.79 -
YUV 132.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 119 144 111 0.17 0 0.23 0.44 105.45 0.13 0.5
Hex 77 90 6F 11 0 17 2C 69 D 32
Octal 167 220 157 21 0 27 54 151 15 62
Binary 1110111 10010000 1101111 10001 0 10111 101100 1101001 1101 110010

Color Harmonies of #77906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77906F

Black with #77906F

Text Example


Text Example

White with #77906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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