#9D797F

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

Shades of Turkish Rose #9D797F

Tints of Turkish Rose #9D797F

Color information

#9D797F (or 0x9D797F) is unknown color: approx Turkish Rose. HEX triplet: 9D, 79 and 7F. RGB value is (157,121,127). Sum of RGB (Red+Green+Blue) = 157+121+127=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D797F is #628680. Grayscale: #848484. Windows color (decimal): -6456961 or 8354205. OLE color: 8354205.

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

Color convert

RGB157121127-
CMYK00.230.190.38
HSL350º15.52%54.51%-
HSV(B)350º22.93%61.57%-
XYZ24.5722.3823.1-
YUV132.45124.93145.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 127 (50% from 255) = 31.36%
R=38.77%
G=29.88%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712112700.230.190.3835015.5254.51
Hex9D797F017132615e1037
Octal23517117702723465362067
Binary10011101111100111111110101111001110011010101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,121,127); }

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

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

 a { background-color: rgb(157,121,127); }

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

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

 span { border-color: rgb(157,121,127); }

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