#9B7A7C

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

Shades of Turkish Rose #9B7A7C

Tints of Turkish Rose #9B7A7C

Color information

#9B7A7C (or 0x9B7A7C) is unknown color: approx Turkish Rose. HEX triplet: 9B, 7A and 7C. RGB value is (155,122,124). Sum of RGB (Red+Green+Blue) = 155+122+124=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7C is #648583. Grayscale: #848484. Windows color (decimal): -6587780 or 8157851. OLE color: 8157851.

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

Color convert

RGB155122124-
CMYK00.210.20.39
HSL356.36º14.16%54.31%-
HSV(B)356.36º21.29%60.78%-
XYZ24.1222.3422.11-
YUV132.1123.43144.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.65%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=38.65%
G=30.42%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512212400.210.20.39356.3614.1654.31
Hex9B7A7C0151427164e36
Octal23317217402524475441666
Binary1001101111110101111100010101101001001111011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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