#9B717A

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

Shades of Turkish Rose #9B717A

Tints of Turkish Rose #9B717A

Color information

#9B717A (or 0x9B717A) is unknown color: approx Turkish Rose. HEX triplet: 9B, 71 and 7A. RGB value is (155,113,122). Sum of RGB (Red+Green+Blue) = 155+113+122=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B717A is #648E85. Grayscale: #7E7E7E. Windows color (decimal): -6590086 or 8024475. OLE color: 8024475.

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

Color convert

RGB155113122-
CMYK00.270.210.39
HSL347.14º17.36%52.55%-
HSV(B)347.14º27.1%60.78%-
XYZ22.9420.1821.1-
YUV126.58125.41148.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=39.74%
G=28.97%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511312200.270.210.39347.1417.3652.55
Hex9B717A01B152715b1135
Octal23316117203325475332165
Binary10011011111000111110100110111010110011110101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,122); }

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

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

 a { background-color: rgb(155,113,122); }

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

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

 span { border-color: rgb(155,113,122); }

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