Html Css Color HEX #778671 Xanadu

📋 copy color: '#778671'

red 119 ◦ green 134 ◦ blue 113

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

Shades of Xanadu #778671

Tints of Xanadu #778671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 32.51%
G = 36.61%
B = 30.87%

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

#778671 (or 0x778671) is known color: Xanadu. HEX triplet: 77, 86 and 71. RGB value is (119,134,113). Sum of RGB (Red+Green+Blue) = 119+134+113=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #778671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778671 is #88798E. Grayscale: #7F7F7F. Windows color (decimal): -8944015 or 7439991. OLE color: 7439991.

HSL color Cylindrical-coordinate representation of color #778671: hue angle of 102.86º 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 #778671 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 113 -
CMYK 0.11 0 0.16 0.47
HSL 102.86º 0.09% 0.48% -
HSV(B) 102.86º 0.16% 0.53% -
XYZ 19.11 22.16 18.89 -
YUV 127.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 119 134 113 0.11 0 0.16 0.47 102.86 0.09 0.48
Hex 77 86 71 B 0 10 2F 67 9 30
Octal 167 206 161 13 0 20 57 147 11 60
Binary 1110111 10000110 1110001 1011 0 10000 101111 1100111 1001 110000

Color Harmonies of #778671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778671

Black with #778671

Text Example


Text Example

White with #778671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778671; }

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

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

background-color css

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

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

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

border-color css

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

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

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