Html Css Color HEX #778E6C Xanadu

📋 copy color: '#778E6C'

red 119 ◦ green 142 ◦ blue 108

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

Shades of Xanadu #778E6C

Tints of Xanadu #778E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

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

R = 32.25%
G = 38.48%
B = 29.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#778E6C (or 0x778E6C) is known color: Xanadu. HEX triplet: 77, 8E and 6C. RGB value is (119,142,108). Sum of RGB (Red+Green+Blue) = 119+142+108=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #778E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E6C is #887193. Grayscale: #838383. Windows color (decimal): -8941972 or 7114359. OLE color: 7114359.

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

Color convert

RGB 119 142 108 -
CMYK 0.16 0 0.24 0.44
HSL 100.59º 0.14% 0.49% -
HSV(B) 100.59º 0.24% 0.56% -
XYZ 19.99 24.35 17.83 -
YUV 131.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 119 142 108 0.16 0 0.24 0.44 100.59 0.14 0.49
Hex 77 8E 6C 10 0 18 2C 65 E 31
Octal 167 216 154 20 0 30 54 145 16 61
Binary 1110111 10001110 1101100 10000 0 11000 101100 1100101 1110 110001

Color Harmonies of #778E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E6C

Black with #778E6C

Text Example


Text Example

White with #778E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778E6C; }

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

 H1.HeaderClassName
 {
   color: #778E6C;
 }
 .AnyTagClassName
 {
   color: #778E6C;
 }
</style>

background-color css

<style>
 a { background-color: #778E6C; }

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

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

border-color css

<style>
 span { border-color: #778E6C; }

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

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