Html Css Color HEX #77906B Xanadu

📋 copy color: '#77906B'

red 119 ◦ green 144 ◦ blue 107

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

Shades of Xanadu #77906B

Tints of Xanadu #77906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 32.16%
G = 38.92%
B = 28.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#77906B (or 0x77906B) is known color: Xanadu. HEX triplet: 77, 90 and 6B. RGB value is (119,144,107). Sum of RGB (Red+Green+Blue) = 119+144+107=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #77906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77906B is #886F94. Grayscale: #848484. Windows color (decimal): -8941461 or 7049335. OLE color: 7049335.

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

Color convert

RGB 119 144 107 -
CMYK 0.17 0 0.26 0.44
HSL 100.54º 0.15% 0.49% -
HSV(B) 100.54º 0.26% 0.56% -
XYZ 20.23 24.93 17.66 -
YUV 132.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 119 144 107 0.17 0 0.26 0.44 100.54 0.15 0.49
Hex 77 90 6B 11 0 1A 2C 65 F 31
Octal 167 220 153 21 0 32 54 145 17 61
Binary 1110111 10010000 1101011 10001 0 11010 101100 1100101 1111 110001

Color Harmonies of #77906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77906B

Black with #77906B

Text Example


Text Example

White with #77906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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