#9D7074

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

Shades of Turkish Rose #9D7074

Tints of Turkish Rose #9D7074

Color information

#9D7074 (or 0x9D7074) is unknown color: approx Turkish Rose. HEX triplet: 9D, 70 and 74. RGB value is (157,112,116). Sum of RGB (Red+Green+Blue) = 157+112+116=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7074 is #628F8B. Grayscale: #7D7D7D. Windows color (decimal): -6459276 or 7631005. OLE color: 7631005.

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

Color convert

RGB157112116-
CMYK00.290.260.38
HSL354.67º18.67%52.75%-
HSV(B)354.67º28.66%61.57%-
XYZ22.8520.0219.18-
YUV125.91122.41150.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=40.78%
G=29.09%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711211600.290.260.38354.6718.6752.75
Hex9D707401D1A261631335
Octal23516016403532465432365
Binary10011101111000011101000111011101010011010110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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