Html Css Color HEX #9B9088 Zorba

📋 copy color: '#9B9088'

red 155 ◦ green 144 ◦ blue 136

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

Shades of Zorba #9B9088

Tints of Zorba #9B9088

RGB

 RED value IS 155 (60.94% from 255) = 35.63%

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

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

R = 35.63%
G = 33.1%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B9088 (or 0x9B9088) is known color: Zorba. HEX triplet: 9B, 90 and 88. RGB value is (155,144,136). Sum of RGB (Red+Green+Blue) = 155+144+136=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9088 is #646F77. Grayscale: #929292. Windows color (decimal): -6582136 or 8949915. OLE color: 8949915.

HSL color Cylindrical-coordinate representation of color #9B9088: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9088 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 136 -
CMYK 0 0.07 0.12 0.39
HSL 25.26º 0.09% 0.57% -
HSV(B) 25.26º 0.12% 0.61% -
XYZ 27.93 28.69 27.36 -
YUV 146.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 155 144 136 0 0.07 0.12 0.39 25.26 0.09 0.57
Hex 9B 90 88 0 7 C 27 19 9 39
Octal 233 220 210 0 7 14 47 31 11 71
Binary 10011011 10010000 10001000 0 111 1100 100111 11001 1001 111001

Color Harmonies of #9B9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9088

Black with #9B9088

Text Example


Text Example

White with #9B9088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9088; }

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

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

background-color css

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

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

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

border-color css

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

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

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