#9B797D

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

Shades of Turkish Rose #9B797D

Tints of Turkish Rose #9B797D

Color information

#9B797D (or 0x9B797D) is unknown color: approx Turkish Rose. HEX triplet: 9B, 79 and 7D. RGB value is (155,121,125). Sum of RGB (Red+Green+Blue) = 155+121+125=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797D is #648682. Grayscale: #838383. Windows color (decimal): -6588035 or 8223131. OLE color: 8223131.

HSL color Cylindrical-coordinate representation of color #9B797D: hue angle of 352.94º 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 #9B797D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB155121125-
CMYK00.220.190.39
HSL352.94º14.53%54.12%-
HSV(B)352.94º21.94%60.78%-
XYZ24.0622.1222.4-
YUV131.62124.26144.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=38.65%
G=30.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512112500.220.190.39352.9414.5354.12
Hex9B797D0161327161f36
Octal23317117502623475411766
Binary1001101111110011111101010110100111001111011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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