#9B7E7F

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

Shades of Turkish Rose #9B7E7F

Tints of Turkish Rose #9B7E7F

Color information

#9B7E7F (or 0x9B7E7F) is unknown color: approx Turkish Rose. HEX triplet: 9B, 7E and 7F. RGB value is (155,126,127). Sum of RGB (Red+Green+Blue) = 155+126+127=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E7F is #648180. Grayscale: #868686. Windows color (decimal): -6586753 or 8355483. OLE color: 8355483.

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

Color convert

RGB155126127-
CMYK00.190.180.39
HSL357.93º12.66%55.1%-
HSV(B)357.93º18.71%60.78%-
XYZ24.8123.4223.29-
YUV134.78123.61142.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 127 (50% from 255) = 31.13%
R=37.99%
G=30.88%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512612700.190.180.39357.9312.6655.1
Hex9B7E7F0131227166d37
Octal23317617702322475461567
Binary1001101111111101111111010011100101001111011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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