Html Css Color HEX #978E89 Zorba

📋 copy color: '#978E89'

red 151 ◦ green 142 ◦ blue 137

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

Shades of Zorba #978E89

Tints of Zorba #978E89

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 value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#978E89 (or 0x978E89) is known color: 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

RGB 151 142 137 -
CMYK 0 0.06 0.09 0.41
HSL 21.43º 0.06% 0.56% -
HSV(B) 21.43º 0.09% 0.59% -
XYZ 26.95 27.73 27.6 -
YUV 144.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 151 142 137 0 0.06 0.09 0.41 21.43 0.06 0.56
Hex 97 8E 89 0 6 9 29 15 6 38
Octal 227 216 211 0 6 11 51 25 6 70
Binary 10010111 10001110 10001001 0 110 1001 101001 10101 110 111000

Color Harmonies of #978E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E89

Black with #978E89

Text Example


Text Example

White with #978E89

Text Example


Text Example

HTML Codes & Css Web 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>