#9D767C

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

Shades of Turkish Rose #9D767C

Tints of Turkish Rose #9D767C

Color information

#9D767C (or 0x9D767C) is unknown color: approx Turkish Rose. HEX triplet: 9D, 76 and 7C. RGB value is (157,118,124). Sum of RGB (Red+Green+Blue) = 157+118+124=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D767C is #628983. Grayscale: #828282. Windows color (decimal): -6457732 or 8156829. OLE color: 8156829.

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

Color convert

RGB157118124-
CMYK00.250.210.38
HSL350.77º16.6%53.92%-
HSV(B)350.77º24.84%61.57%-
XYZ24.0221.5821.97-
YUV130.34124.42147.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=39.35%
G=29.57%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711812400.250.210.38350.7716.653.92
Hex9D767C019152615f1136
Octal23516617403125465372166
Binary10011101111011011111000110011010110011010101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,118,124); }

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

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

 a { background-color: rgb(157,118,124); }

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

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

 span { border-color: rgb(157,118,124); }

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