#9D7478

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

Shades of Turkish Rose #9D7478

Tints of Turkish Rose #9D7478

Color information

#9D7478 (or 0x9D7478) is unknown color: approx Turkish Rose. HEX triplet: 9D, 74 and 78. RGB value is (157,116,120). Sum of RGB (Red+Green+Blue) = 157+116+120=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7478 is #628B87. Grayscale: #808080. Windows color (decimal): -6458248 or 7894173. OLE color: 7894173.

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

Color convert

RGB157116120-
CMYK00.260.240.38
HSL354.15º17.3%53.53%-
HSV(B)354.15º26.11%61.57%-
XYZ23.5421.0120.58-
YUV128.72123.08148.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=39.95%
G=29.52%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711612000.260.240.38354.1517.353.53
Hex9D747801A18261621136
Octal23516417003230465422166
Binary10011101111010011110000110101100010011010110001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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