Html Css Color HEX #77896D Xanadu

📋 copy color: '#77896D'

red 119 ◦ green 137 ◦ blue 109

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

Shades of Xanadu #77896D

Tints of Xanadu #77896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 32.6%
G = 37.53%
B = 29.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#77896D (or 0x77896D) is known color: Xanadu. HEX triplet: 77, 89 and 6D. RGB value is (119,137,109). Sum of RGB (Red+Green+Blue) = 119+137+109=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #77896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77896D is #887692. Grayscale: #808080. Windows color (decimal): -8943251 or 7178615. OLE color: 7178615.

HSL color Cylindrical-coordinate representation of color #77896D: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77896D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 109 -
CMYK 0.13 0 0.20 0.46
HSL 98.57º 0.11% 0.48% -
HSV(B) 98.57º 0.2% 0.54% -
XYZ 19.31 22.92 17.87 -
YUV 128.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 119 137 109 0.13 0 0.20 0.46 98.57 0.11 0.48
Hex 77 89 6D D 0 14 2E 63 B 30
Octal 167 211 155 15 0 24 56 143 13 60
Binary 1110111 10001001 1101101 1101 0 10100 101110 1100011 1011 110000

Color Harmonies of #77896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77896D

Black with #77896D

Text Example


Text Example

White with #77896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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