#978D85

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

Shades of Zorba #978D85

Tints of Zorba #978D85

Color information

#978D85 (or 0x978D85) is unknown color: approx Zorba. HEX triplet: 97, 8D and 85. RGB value is (151,141,133). Sum of RGB (Red+Green+Blue) = 151+141+133=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #978D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D85 is #68727A. Grayscale: #8F8F8F. Windows color (decimal): -6845051 or 8752535. OLE color: 8752535.

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

Color convert

RGB151141133-
CMYK00.070.120.41
HSL26.67º7.96%55.69%-
HSV(B)26.67º11.92%59.22%-
XYZ26.5227.3226.07-
YUV143.08122.31133.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=35.53%
G=33.18%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114113300.070.120.4126.677.9655.69
Hex978D8507C291b838
Octal227215205071451331070
Binary10010111100011011000010101111100101001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,133); }

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

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

 a { background-color: rgb(151,141,133); }

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

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

 span { border-color: rgb(151,141,133); }

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