#788B6E

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

Shades of Xanadu #788B6E

Tints of Xanadu #788B6E

Color information

#788B6E (or 0x788B6E) is unknown color: approx Xanadu. HEX triplet: 78, 8B and 6E. RGB value is (120,139,110). Sum of RGB (Red+Green+Blue) = 120+139+110=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #788B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B6E is #877491. Grayscale: #828282. Windows color (decimal): -8877202 or 7244664. OLE color: 7244664.

HSL color Cylindrical-coordinate representation of color #788B6E: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788B6E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB120139110-
CMYK0.1400.210.45
HSL99.31º11.65%48.82%-
HSV(B)99.31º20.86%54.51%-
XYZ19.7923.5818.26-
YUV130.01116.71120.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=32.52%
G=37.67%
B=29.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391100.1400.210.4599.3111.6548.82
Hex788B6EE0152D63c31
Octal17021315616025551431461
Binary1111000100010111101110111001010110110111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788B6E; }

 p { color: rgb(120,139,110); }

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

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

 a { background-color: rgb(120,139,110); }

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

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

 span { border-color: rgb(120,139,110); }

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