#9D787E

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

Shades of Turkish Rose #9D787E

Tints of Turkish Rose #9D787E

Color information

#9D787E (or 0x9D787E) is unknown color: approx Turkish Rose. HEX triplet: 9D, 78 and 7E. RGB value is (157,120,126). Sum of RGB (Red+Green+Blue) = 157+120+126=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D787E is #628781. Grayscale: #838383. Windows color (decimal): -6457218 or 8288413. OLE color: 8288413.

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

Color convert

RGB157120126-
CMYK00.240.200.38
HSL350.27º15.88%54.31%-
HSV(B)350.27º23.57%61.57%-
XYZ24.3922.1122.72-
YUV131.75124.76146.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=38.96%
G=29.78%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712012600.240.200.38350.2715.8854.31
Hex9D787E018142615e1036
Octal23517017603024465362066
Binary10011101111100011111100110001010010011010101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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