Html Css Color HEX #77906C Xanadu

📋 copy color: '#77906C'

red 119 ◦ green 144 ◦ blue 108

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

Shades of Xanadu #77906C

Tints of Xanadu #77906C

RGB

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

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

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

R = 32.08%
G = 38.81%
B = 29.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#77906C (or 0x77906C) is known color: Xanadu. HEX triplet: 77, 90 and 6C. RGB value is (119,144,108). Sum of RGB (Red+Green+Blue) = 119+144+108=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #77906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906C is #886F93. Grayscale: #848484. Windows color (decimal): -8941460 or 7114871. OLE color: 7114871.

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

Color convert

RGB 119 144 108 -
CMYK 0.17 0 0.25 0.44
HSL 101.67º 0.14% 0.49% -
HSV(B) 101.67º 0.25% 0.56% -
XYZ 20.29 24.95 17.93 -
YUV 132.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 119 144 108 0.17 0 0.25 0.44 101.67 0.14 0.49
Hex 77 90 6C 11 0 19 2C 66 E 31
Octal 167 220 154 21 0 31 54 146 16 61
Binary 1110111 10010000 1101100 10001 0 11001 101100 1100110 1110 110001

Color Harmonies of #77906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77906C

Black with #77906C

Text Example


Text Example

White with #77906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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