Html Css Color HEX #978F88 Zorba

📋 copy color: '#978F88'

red 151 ◦ green 143 ◦ blue 136

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

Shades of Zorba #978F88

Tints of Zorba #978F88

RGB

 RED value IS 151 (59.38% from 255) = 35.12%

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 35.12%
G = 33.26%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#978F88 (or 0x978F88) is known color: Zorba. HEX triplet: 97, 8F and 88. RGB value is (151,143,136). Sum of RGB (Red+Green+Blue) = 151+143+136=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F88 is #687077. Grayscale: #909090. Windows color (decimal): -6844536 or 8949655. OLE color: 8949655.

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

Color convert

RGB 151 143 136 -
CMYK 0 0.05 0.10 0.41
HSL 28º 0.07% 0.56% -
HSV(B) 28º 0.1% 0.59% -
XYZ 27.03 28 27.27 -
YUV 144.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 151 143 136 0 0.05 0.10 0.41 28 0.07 0.56
Hex 97 8F 88 0 5 A 29 1C 7 38
Octal 227 217 210 0 5 12 51 34 7 70
Binary 10010111 10001111 10001000 0 101 1010 101001 11100 111 111000

Color Harmonies of #978F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F88

Black with #978F88

Text Example


Text Example

White with #978F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,143,136); }

 H1.HeaderClassName
 {
   color: #978F88;
 }
 .AnyTagClassName
 {
   color: #978F88;
 }
</style>

background-color css

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

 a { background-color: rgb(151,143,136); }

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

border-color css

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

 span { border-color: rgb(151,143,136); }

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