Html Css Color HEX #999088 Zorba

📋 copy color: '#999088'

red 153 ◦ green 144 ◦ blue 136

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

Shades of Zorba #999088

Tints of Zorba #999088

RGB

 RED value IS 153 (60.16% from 255) = 35.33%

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

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

R = 35.33%
G = 33.26%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999088 (or 0x999088) is known color: Zorba. HEX triplet: 99, 90 and 88. RGB value is (153,144,136). Sum of RGB (Red+Green+Blue) = 153+144+136=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #999088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999088 is #666F77. Grayscale: #919191. Windows color (decimal): -6713208 or 8949913. OLE color: 8949913.

HSL color Cylindrical-coordinate representation of color #999088: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999088 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 136 -
CMYK 0 0.06 0.11 0.4
HSL 28.24º 0.08% 0.57% -
HSV(B) 28.24º 0.11% 0.6% -
XYZ 27.55 28.5 27.34 -
YUV 145.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 153 144 136 0 0.06 0.11 0.4 28.24 0.08 0.57
Hex 99 90 88 0 6 B 28 1C 8 39
Octal 231 220 210 0 6 13 50 34 10 71
Binary 10011001 10010000 10001000 0 110 1011 101000 11100 1000 111001

Color Harmonies of #999088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999088

Black with #999088

Text Example


Text Example

White with #999088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999088; }

 p { color: rgb(153,144,136); }

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

background-color css

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

 a { background-color: rgb(153,144,136); }

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

border-color css

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

 span { border-color: rgb(153,144,136); }

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