Html Css Color HEX #778670 Xanadu

📋 copy color: '#778670'

red 119 ◦ green 134 ◦ blue 112

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

Shades of Xanadu #778670

Tints of Xanadu #778670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 32.6%
G = 36.71%
B = 30.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#778670 (or 0x778670) is known color: Xanadu. HEX triplet: 77, 86 and 70. RGB value is (119,134,112). Sum of RGB (Red+Green+Blue) = 119+134+112=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #778670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778670 is #88798F. Grayscale: #7F7F7F. Windows color (decimal): -8944016 or 7374455. OLE color: 7374455.

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

Color convert

RGB 119 134 112 -
CMYK 0.11 0 0.16 0.47
HSL 100.91º 0.09% 0.48% -
HSV(B) 100.91º 0.16% 0.53% -
XYZ 19.06 22.14 18.6 -
YUV 127.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 119 134 112 0.11 0 0.16 0.47 100.91 0.09 0.48
Hex 77 86 70 B 0 10 2F 65 9 30
Octal 167 206 160 13 0 20 57 145 11 60
Binary 1110111 10000110 1110000 1011 0 10000 101111 1100101 1001 110000

Color Harmonies of #778670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778670

Black with #778670

Text Example


Text Example

White with #778670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778670; }

 p { color: rgb(119,134,112); }

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

background-color css

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

 a { background-color: rgb(119,134,112); }

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

border-color css

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

 span { border-color: rgb(119,134,112); }

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