Html Css Color HEX #778571 Xanadu

📋 copy color: '#778571'

red 119 ◦ green 133 ◦ blue 113

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

Shades of Xanadu #778571

Tints of Xanadu #778571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 32.6%
G = 36.44%
B = 30.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#778571 (or 0x778571) is known color: Xanadu. HEX triplet: 77, 85 and 71. RGB value is (119,133,113). Sum of RGB (Red+Green+Blue) = 119+133+113=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #778571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778571 is #887A8E. Grayscale: #7E7E7E. Windows color (decimal): -8944271 or 7439735. OLE color: 7439735.

HSL color Cylindrical-coordinate representation of color #778571: hue angle of 102º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778571 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 113 -
CMYK 0.11 0 0.15 0.48
HSL 102º 0.08% 0.48% -
HSV(B) 102º 0.15% 0.52% -
XYZ 18.98 21.89 18.85 -
YUV 126.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 119 133 113 0.11 0 0.15 0.48 102 0.08 0.48
Hex 77 85 71 B 0 F 30 66 8 30
Octal 167 205 161 13 0 17 60 146 10 60
Binary 1110111 10000101 1110001 1011 0 1111 110000 1100110 1000 110000

Color Harmonies of #778571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778571

Black with #778571

Text Example


Text Example

White with #778571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778571; }

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

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

background-color css

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

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

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

border-color css

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

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

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