Html Css Color HEX #989089 Zorba

📋 copy color: '#989089'

red 152 ◦ green 144 ◦ blue 137

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

Shades of Zorba #989089

Tints of Zorba #989089

RGB

 RED value IS 152 (59.77% from 255) = 35.1%

 GREEN value IS 144 (56.64% from 255) = 33.26%

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 35.1%
G = 33.26%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#989089 (or 0x989089) is known color: Zorba. HEX triplet: 98, 90 and 89. RGB value is (152,144,137). Sum of RGB (Red+Green+Blue) = 152+144+137=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #989089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989089 is #676F76. Grayscale: #919191. Windows color (decimal): -6778743 or 9015448. OLE color: 9015448.

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

Color convert

RGB 152 144 137 -
CMYK 0 0.05 0.10 0.40
HSL 28º 0.07% 0.57% -
HSV(B) 28º 0.1% 0.6% -
XYZ 27.44 28.43 27.71 -
YUV 145.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 152 144 137 0 0.05 0.10 0.40 28 0.07 0.57
Hex 98 90 89 0 5 A 28 1C 7 39
Octal 230 220 211 0 5 12 50 34 7 71
Binary 10011000 10010000 10001001 0 101 1010 101000 11100 111 111001

Color Harmonies of #989089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989089

Black with #989089

Text Example


Text Example

White with #989089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989089; }

 p { color: rgb(152,144,137); }

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

background-color css

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

 a { background-color: rgb(152,144,137); }

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

border-color css

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

 span { border-color: rgb(152,144,137); }

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