#9B7578

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

Shades of Turkish Rose #9B7578

Tints of Turkish Rose #9B7578

Color information

#9B7578 (or 0x9B7578) is unknown color: approx Turkish Rose. HEX triplet: 9B, 75 and 78. RGB value is (155,117,120). Sum of RGB (Red+Green+Blue) = 155+117+120=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7578 is #648A87. Grayscale: #808080. Windows color (decimal): -6589064 or 7894427. OLE color: 7894427.

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

Color convert

RGB155117120-
CMYK00.250.230.39
HSL355.26º15.97%53.33%-
HSV(B)355.26º24.52%60.78%-
XYZ23.2721.0520.61-
YUV128.7123.09146.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=39.54%
G=29.85%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511712000.250.230.39355.2615.9753.33
Hex9B757801917271631035
Octal23316517003127475432065
Binary10011011111010111110000110011011110011110110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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