#9D7378

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

Shades of Turkish Rose #9D7378

Tints of Turkish Rose #9D7378

Color information

#9D7378 (or 0x9D7378) is unknown color: approx Turkish Rose. HEX triplet: 9D, 73 and 78. RGB value is (157,115,120). Sum of RGB (Red+Green+Blue) = 157+115+120=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7378 is #628C87. Grayscale: #808080. Windows color (decimal): -6458504 or 7893917. OLE color: 7893917.

HSL color Cylindrical-coordinate representation of color #9D7378: hue angle of 352.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7378 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB157115120-
CMYK00.270.240.38
HSL352.86º17.65%53.33%-
HSV(B)352.86º26.75%61.57%-
XYZ23.4320.7920.55-
YUV128.13123.41148.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=40.05%
G=29.34%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711512000.270.240.38352.8617.6553.33
Hex9D737801B18261611235
Octal23516317003330465412265
Binary10011101111001111110000110111100010011010110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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