#9D7475

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

Shades of Turkish Rose #9D7475

Tints of Turkish Rose #9D7475

Color information

#9D7475 (or 0x9D7475) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 75. RGB value is (157,116,117). Sum of RGB (Red+Green+Blue) = 157+116+117=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7475 is #628B8A. Grayscale: #808080. Windows color (decimal): -6458251 or 7697565. OLE color: 7697565.

HSL color Cylindrical-coordinate representation of color #9D7475: hue angle of 358.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7475 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157116117-
CMYK00.260.250.38
HSL358.54º17.3%53.53%-
HSV(B)358.54º26.11%61.57%-
XYZ23.3620.9419.64-
YUV128.37121.58148.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 117 (46.09% from 255) = 30%
R=40.26%
G=29.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711611700.260.250.38358.5417.353.53
Hex9D747501A19261671136
Octal23516416503231465472166
Binary10011101111010011101010110101100110011010110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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