Html Css Color HEX #778271 Xanadu

📋 copy color: '#778271'

red 119 ◦ green 130 ◦ blue 113

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

Shades of Xanadu #778271

Tints of Xanadu #778271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 32.87%
G = 35.91%
B = 31.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#778271 (or 0x778271) is known color: Xanadu. HEX triplet: 77, 82 and 71. RGB value is (119,130,113). Sum of RGB (Red+Green+Blue) = 119+130+113=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #778271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778271 is #887D8E. Grayscale: #7C7C7C. Windows color (decimal): -8945039 or 7438967. OLE color: 7438967.

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

Color convert

RGB 119 130 113 -
CMYK 0.08 0 0.13 0.49
HSL 98.82º 0.07% 0.48% -
HSV(B) 98.82º 0.13% 0.51% -
XYZ 18.57 21.08 18.71 -
YUV 124.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 119 130 113 0.08 0 0.13 0.49 98.82 0.07 0.48
Hex 77 82 71 8 0 D 31 63 7 30
Octal 167 202 161 10 0 15 61 143 7 60
Binary 1110111 10000010 1110001 1000 0 1101 110001 1100011 111 110000

Color Harmonies of #778271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778271

Black with #778271

Text Example


Text Example

White with #778271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778271; }

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

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

background-color css

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

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

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

border-color css

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

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

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