Html Css Color HEX #778E6B Xanadu

📋 copy color: '#778E6B'

red 119 ◦ green 142 ◦ blue 107

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

Shades of Xanadu #778E6B

Tints of Xanadu #778E6B

RGB

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

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

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

R = 32.34%
G = 38.59%
B = 29.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#778E6B (or 0x778E6B) is known color: Xanadu. HEX triplet: 77, 8E and 6B. RGB value is (119,142,107). Sum of RGB (Red+Green+Blue) = 119+142+107=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #778E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E6B is #887194. Grayscale: #838383. Windows color (decimal): -8941973 or 7048823. OLE color: 7048823.

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

Color convert

RGB 119 142 107 -
CMYK 0.16 0 0.25 0.44
HSL 99.43º 0.14% 0.49% -
HSV(B) 99.43º 0.25% 0.56% -
XYZ 19.93 24.33 17.56 -
YUV 131.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 119 142 107 0.16 0 0.25 0.44 99.43 0.14 0.49
Hex 77 8E 6B 10 0 19 2C 63 E 31
Octal 167 216 153 20 0 31 54 143 16 61
Binary 1110111 10001110 1101011 10000 0 11001 101100 1100011 1110 110001

Color Harmonies of #778E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E6B

Black with #778E6B

Text Example


Text Example

White with #778E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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