#9D7780

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

Shades of Turkish Rose #9D7780

Tints of Turkish Rose #9D7780

Color information

#9D7780 (or 0x9D7780) is unknown color: approx Turkish Rose. HEX triplet: 9D, 77 and 80. RGB value is (157,119,128). Sum of RGB (Red+Green+Blue) = 157+119+128=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7780 is #62887F. Grayscale: #838383. Windows color (decimal): -6457472 or 8419229. OLE color: 8419229.

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

Color convert

RGB157119128-
CMYK00.240.180.38
HSL345.79º16.24%54.12%-
HSV(B)345.79º24.2%61.57%-
XYZ24.421.9223.37-
YUV131.39126.09146.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=38.86%
G=29.46%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711912800.240.180.38345.7916.2454.12
Hex9D7780018122615a1036
Octal23516720003022465322066
Binary100111011110111100000000110001001010011010101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,119,128); }

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

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

 a { background-color: rgb(157,119,128); }

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

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

 span { border-color: rgb(157,119,128); }

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