#978E89

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

Shades of Zorba #978E89

Tints of Zorba #978E89

Color information

#978E89 (or 0x978E89) is unknown color: approx Zorba. HEX triplet: 97, 8E and 89. RGB value is (151,142,137). Sum of RGB (Red+Green+Blue) = 151+142+137=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E89 is #687176. Grayscale: #909090. Windows color (decimal): -6844791 or 9014935. OLE color: 9014935.

HSL color Cylindrical-coordinate representation of color #978E89: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978E89 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151142137-
CMYK00.060.090.41
HSL21.43º6.31%56.47%-
HSV(B)21.43º9.27%59.22%-
XYZ26.9527.7327.6-
YUV144.12123.98132.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=35.12%
G=33.02%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114213700.060.090.4121.436.3156.47
Hex978E890692915638
Octal22721621106115125670
Binary1001011110001110100010010110100110100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E89; }

 p { color: rgb(151,142,137); }

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

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

 a { background-color: rgb(151,142,137); }

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

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

 span { border-color: rgb(151,142,137); }

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