#9B9792

Color #9B9792 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9B9792

Tints of Zorba #9B9792

Color information

#9B9792 (or 0x9B9792) is unknown color: approx Zorba. HEX triplet: 9B, 97 and 92. RGB value is (155,151,146). Sum of RGB (Red+Green+Blue) = 155+151+146=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9792 is #64686D. Grayscale: #979797. Windows color (decimal): -6580334 or 9607067. OLE color: 9607067.

HSL color Cylindrical-coordinate representation of color #9B9792: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B9792 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155151146-
CMYK00.030.060.39
HSL33.33º4.31%59.02%-
HSV(B)33.33º5.81%60.78%-
XYZ29.7731.1831.64-
YUV151.63124.83130.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=34.29%
G=33.41%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515114600.030.060.3933.334.3159.02
Hex9B9792036272143b
Octal2332272220364741473
Binary100110111001011110010010011110100111100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,146); }

 H1.HeaderClassName
 {
   color: #9B9792;
 }
 .AnyTagClassName
 {
   color: #9B9792;
 }
</style>
background-color css

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

 a { background-color: rgb(155,151,146); }

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

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

 span { border-color: rgb(155,151,146); }

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