#778072

Color #778072 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #778072

Tints of Xanadu #778072

Color information

#778072 (or 0x778072) is unknown color: approx Xanadu. HEX triplet: 77, 80 and 72. RGB value is (119,128,114). Sum of RGB (Red+Green+Blue) = 119+128+114=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #778072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778072 is #887F8D. Grayscale: #7B7B7B. Windows color (decimal): -8945550 or 7503991. OLE color: 7503991.

HSL color Cylindrical-coordinate representation of color #778072: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778072 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB119128114-
CMYK0.0700.110.50
HSL98.57º5.79%47.45%-
HSV(B)98.57º10.94%50.2%-
XYZ18.3620.5818.92-
YUV123.71122.52124.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=32.96%
G=35.46%
B=31.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191281140.0700.110.5098.575.7947.45
Hex77807270B326362f
Octal167200162701362143657
Binary1110111100000001110010111010111100101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778072; }

 p { color: rgb(119,128,114); }

 H1.HeaderClassName
 {
   color: #778072;
 }
 .AnyTagClassName
 {
   color: #778072;
 }
</style>
background-color css

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

 a { background-color: rgb(119,128,114); }

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

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

 span { border-color: rgb(119,128,114); }

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