Html Css Color HEX #77846F Xanadu

📋 copy color: '#77846F'

red 119 ◦ green 132 ◦ blue 111

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

Shades of Xanadu #77846F

Tints of Xanadu #77846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 32.87%
G = 36.46%
B = 30.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#77846F (or 0x77846F) is known color: Xanadu. HEX triplet: 77, 84 and 6F. RGB value is (119,132,111). Sum of RGB (Red+Green+Blue) = 119+132+111=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #77846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77846F is #887B90. Grayscale: #7D7D7D. Windows color (decimal): -8944529 or 7308407. OLE color: 7308407.

HSL color Cylindrical-coordinate representation of color #77846F: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77846F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 111 -
CMYK 0.10 0 0.16 0.48
HSL 97.14º 0.09% 0.48% -
HSV(B) 97.14º 0.16% 0.52% -
XYZ 18.73 21.57 18.22 -
YUV 125.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 119 132 111 0.10 0 0.16 0.48 97.14 0.09 0.48
Hex 77 84 6F A 0 10 30 61 9 30
Octal 167 204 157 12 0 20 60 141 11 60
Binary 1110111 10000100 1101111 1010 0 10000 110000 1100001 1001 110000

Color Harmonies of #77846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77846F

Black with #77846F

Text Example


Text Example

White with #77846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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