#9D707B

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

Shades of Turkish Rose #9D707B

Tints of Turkish Rose #9D707B

Color information

#9D707B (or 0x9D707B) is unknown color: approx Turkish Rose. HEX triplet: 9D, 70 and 7B. RGB value is (157,112,123). Sum of RGB (Red+Green+Blue) = 157+112+123=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D707B is #628F84. Grayscale: #7E7E7E. Windows color (decimal): -6459269 or 8089757. OLE color: 8089757.

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

Color convert

RGB157112123-
CMYK00.290.220.38
HSL345.33º18.67%52.75%-
HSV(B)345.33º28.66%61.57%-
XYZ23.2720.1921.41-
YUV126.71125.91149.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=40.05%
G=28.57%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711212300.290.220.38345.3318.6752.75
Hex9D707B01D16261591335
Octal23516017303526465312365
Binary10011101111000011110110111011011010011010101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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