Html Css Color HEX #778D6D Xanadu

📋 copy color: '#778D6D'

red 119 ◦ green 141 ◦ blue 109

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

Shades of Xanadu #778D6D

Tints of Xanadu #778D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

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

R = 32.25%
G = 38.21%
B = 29.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#778D6D (or 0x778D6D) is known color: Xanadu. HEX triplet: 77, 8D and 6D. RGB value is (119,141,109). Sum of RGB (Red+Green+Blue) = 119+141+109=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #778D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D6D is #887292. Grayscale: #828282. Windows color (decimal): -8942227 or 7179639. OLE color: 7179639.

HSL color Cylindrical-coordinate representation of color #778D6D: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778D6D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 109 -
CMYK 0.16 0 0.23 0.45
HSL 101.25º 0.13% 0.49% -
HSV(B) 101.25º 0.23% 0.55% -
XYZ 19.89 24.08 18.07 -
YUV 130.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 119 141 109 0.16 0 0.23 0.45 101.25 0.13 0.49
Hex 77 8D 6D 10 0 17 2D 65 D 31
Octal 167 215 155 20 0 27 55 145 15 61
Binary 1110111 10001101 1101101 10000 0 10111 101101 1100101 1101 110001

Color Harmonies of #778D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D6D

Black with #778D6D

Text Example


Text Example

White with #778D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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