#9B747E

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

Shades of Turkish Rose #9B747E

Tints of Turkish Rose #9B747E

Color information

#9B747E (or 0x9B747E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 74 and 7E. RGB value is (155,116,126). Sum of RGB (Red+Green+Blue) = 155+116+126=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B747E is #648B81. Grayscale: #808080. Windows color (decimal): -6589314 or 8287387. OLE color: 8287387.

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

Color convert

RGB155116126-
CMYK00.250.190.39
HSL344.62º16.32%53.14%-
HSV(B)344.62º25.16%60.78%-
XYZ23.5320.9722.55-
YUV128.8126.42146.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=39.04%
G=29.22%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511612600.250.190.39344.6216.3253.14
Hex9B747E01913271591035
Octal23316417603123475312065
Binary10011011111010011111100110011001110011110101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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