#9B797B

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

Shades of Turkish Rose #9B797B

Tints of Turkish Rose #9B797B

Color information

#9B797B (or 0x9B797B) is unknown color: approx Turkish Rose. HEX triplet: 9B, 79 and 7B. RGB value is (155,121,123). Sum of RGB (Red+Green+Blue) = 155+121+123=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797B is #648684. Grayscale: #838383. Windows color (decimal): -6588037 or 8092059. OLE color: 8092059.

HSL color Cylindrical-coordinate representation of color #9B797B: hue angle of 356.47º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B797B is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB155121123-
CMYK00.220.210.39
HSL356.47º14.53%54.12%-
HSV(B)356.47º21.94%60.78%-
XYZ23.9322.0721.74-
YUV131.39123.26144.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=38.85%
G=30.33%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512112300.220.210.39356.4714.5354.12
Hex9B797B0161527164f36
Octal23317117302625475441766
Binary1001101111110011111011010110101011001111011001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,123); }

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

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

 a { background-color: rgb(155,121,123); }

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

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

 span { border-color: rgb(155,121,123); }

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