#9B7475

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

Shades of Turkish Rose #9B7475

Tints of Turkish Rose #9B7475

Color information

#9B7475 (or 0x9B7475) is unknown color: approx Turkish Rose. HEX triplet: 9B, 74 and 75. RGB value is (155,116,117). Sum of RGB (Red+Green+Blue) = 155+116+117=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7475 is #648B8A. Grayscale: #7F7F7F. Windows color (decimal): -6589323 or 7697563. OLE color: 7697563.

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

Color convert

RGB155116117-
CMYK00.250.250.39
HSL358.46º16.32%53.14%-
HSV(B)358.46º25.16%60.78%-
XYZ22.9720.7419.62-
YUV127.78121.92147.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=39.95%
G=29.90%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511611700.250.250.39358.4616.3253.14
Hex9B747501919271661035
Octal23316416503131475462065
Binary10011011111010011101010110011100110011110110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,117); }

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

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

 a { background-color: rgb(155,116,117); }

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

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

 span { border-color: rgb(155,116,117); }

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