Html Css Color HEX #778171 Xanadu

📋 copy color: '#778171'

red 119 ◦ green 129 ◦ blue 113

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

Shades of Xanadu #778171

Tints of Xanadu #778171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 32.96%
G = 35.73%
B = 31.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#778171 (or 0x778171) is known color: Xanadu. HEX triplet: 77, 81 and 71. RGB value is (119,129,113). Sum of RGB (Red+Green+Blue) = 119+129+113=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #778171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778171 is #887E8E. Grayscale: #7C7C7C. Windows color (decimal): -8945295 or 7438711. OLE color: 7438711.

HSL color Cylindrical-coordinate representation of color #778171: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778171 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 129 113 -
CMYK 0.08 0 0.12 0.49
HSL 97.5º 0.07% 0.47% -
HSV(B) 97.5º 0.12% 0.51% -
XYZ 18.44 20.81 18.67 -
YUV 124.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 119 129 113 0.08 0 0.12 0.49 97.5 0.07 0.47
Hex 77 81 71 8 0 C 31 62 7 2F
Octal 167 201 161 10 0 14 61 142 7 57
Binary 1110111 10000001 1110001 1000 0 1100 110001 1100010 111 101111

Color Harmonies of #778171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778171

Black with #778171

Text Example


Text Example

White with #778171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778171; }

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

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

background-color css

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

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

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

border-color css

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

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

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