Html Css Color HEX #778473 Xanadu

📋 copy color: '#778473'

red 119 ◦ green 132 ◦ blue 115

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

Shades of Xanadu #778473

Tints of Xanadu #778473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 32.51%
G = 36.07%
B = 31.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#778473 (or 0x778473) is known color: Xanadu. HEX triplet: 77, 84 and 73. RGB value is (119,132,115). Sum of RGB (Red+Green+Blue) = 119+132+115=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #778473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778473 is #887B8C. Grayscale: #7E7E7E. Windows color (decimal): -8944525 or 7570551. OLE color: 7570551.

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

Color convert

RGB 119 132 115 -
CMYK 0.10 0 0.13 0.48
HSL 105.88º 0.07% 0.48% -
HSV(B) 105.88º 0.13% 0.52% -
XYZ 18.95 21.66 19.4 -
YUV 126.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 119 132 115 0.10 0 0.13 0.48 105.88 0.07 0.48
Hex 77 84 73 A 0 D 30 6A 7 30
Octal 167 204 163 12 0 15 60 152 7 60
Binary 1110111 10000100 1110011 1010 0 1101 110000 1101010 111 110000

Color Harmonies of #778473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778473

Black with #778473

Text Example


Text Example

White with #778473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778473; }

 p { color: rgb(119,132,115); }

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

background-color css

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

 a { background-color: rgb(119,132,115); }

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

border-color css

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

 span { border-color: rgb(119,132,115); }

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