#9B7576

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

Shades of Turkish Rose #9B7576

Tints of Turkish Rose #9B7576

Color information

#9B7576 (or 0x9B7576) is unknown color: approx Turkish Rose. HEX triplet: 9B, 75 and 76. RGB value is (155,117,118). Sum of RGB (Red+Green+Blue) = 155+117+118=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7576 is #648A89. Grayscale: #808080. Windows color (decimal): -6589066 or 7763355. OLE color: 7763355.

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

Color convert

RGB155117118-
CMYK00.250.240.39
HSL358.42º15.97%53.33%-
HSV(B)358.42º24.52%60.78%-
XYZ23.152119.97-
YUV128.48122.09146.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=39.74%
G=30%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511711800.250.240.39358.4215.9753.33
Hex9B757601918271661035
Octal23316516603130475462065
Binary10011011111010111101100110011100010011110110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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