#9D8788

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

Shades of Turkish Rose #9D8788

Tints of Turkish Rose #9D8788

Color information

#9D8788 (or 0x9D8788) is unknown color: approx Turkish Rose. HEX triplet: 9D, 87 and 88. RGB value is (157,135,136). Sum of RGB (Red+Green+Blue) = 157+135+136=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8788 is #627877. Grayscale: #8D8D8D. Windows color (decimal): -6453368 or 8947613. OLE color: 8947613.

HSL color Cylindrical-coordinate representation of color #9D8788: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8788 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB157135136-
CMYK00.140.130.38
HSL357.27º10.09%57.25%-
HSV(B)357.27º14.01%61.57%-
XYZ27.0126.2726.94-
YUV141.69124.79138.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=36.68%
G=31.54%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713513600.140.130.38357.2710.0957.25
Hex9D87880ED26165a39
Octal23520721001615465451271
Binary1001110110000111100010000111011011001101011001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,136); }

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

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

 a { background-color: rgb(157,135,136); }

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

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

 span { border-color: rgb(157,135,136); }

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