Html Css Color HEX #77906D Xanadu

📋 copy color: '#77906D'

red 119 ◦ green 144 ◦ blue 109

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

Shades of Xanadu #77906D

Tints of Xanadu #77906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 31.99%
G = 38.71%
B = 29.3%

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

#77906D (or 0x77906D) is known color: Xanadu. HEX triplet: 77, 90 and 6D. RGB value is (119,144,109). Sum of RGB (Red+Green+Blue) = 119+144+109=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #77906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906D is #886F92. Grayscale: #848484. Windows color (decimal): -8941459 or 7180407. OLE color: 7180407.

HSL color Cylindrical-coordinate representation of color #77906D: hue angle of 102.86º degrees, saturation: 0.14, 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 #77906D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 109 -
CMYK 0.17 0 0.24 0.44
HSL 102.86º 0.14% 0.5% -
HSV(B) 102.86º 0.24% 0.56% -
XYZ 20.34 24.97 18.22 -
YUV 132.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 119 144 109 0.17 0 0.24 0.44 102.86 0.14 0.5
Hex 77 90 6D 11 0 18 2C 67 E 32
Octal 167 220 155 21 0 30 54 147 16 62
Binary 1110111 10010000 1101101 10001 0 11000 101100 1100111 1110 110010

Color Harmonies of #77906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77906D

Black with #77906D

Text Example


Text Example

White with #77906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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