#9B7F80

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

Shades of Turkish Rose #9B7F80

Tints of Turkish Rose #9B7F80

Color information

#9B7F80 (or 0x9B7F80) is unknown color: approx Turkish Rose. HEX triplet: 9B, 7F and 80. RGB value is (155,127,128). Sum of RGB (Red+Green+Blue) = 155+127+128=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F80 is #64807F. Grayscale: #878787. Windows color (decimal): -6586496 or 8421275. OLE color: 8421275.

HSL color Cylindrical-coordinate representation of color #9B7F80: hue angle of 357.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B7F80 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB155127128-
CMYK00.180.170.39
HSL357.86º12.28%55.29%-
HSV(B)357.86º18.06%60.78%-
XYZ2523.7123.68-
YUV135.49123.78141.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=37.80%
G=30.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512712800.180.170.39357.8612.2855.29
Hex9B7F800121127166c37
Octal23317720002221475461467
Binary10011011111111110000000010010100011001111011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,128); }

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

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

 a { background-color: rgb(155,127,128); }

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

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

 span { border-color: rgb(155,127,128); }

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