#9B737B

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

Shades of Turkish Rose #9B737B

Tints of Turkish Rose #9B737B

Color information

#9B737B (or 0x9B737B) is unknown color: approx Turkish Rose. HEX triplet: 9B, 73 and 7B. RGB value is (155,115,123). Sum of RGB (Red+Green+Blue) = 155+115+123=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B737B is #648C84. Grayscale: #7F7F7F. Windows color (decimal): -6589573 or 8090523. OLE color: 8090523.

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

Color convert

RGB155115123-
CMYK00.260.210.39
HSL348º16.67%52.94%-
HSV(B)348º25.81%60.78%-
XYZ23.2220.6621.5-
YUV127.87125.25147.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=39.44%
G=29.26%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511512300.260.210.3934816.6752.94
Hex9B737B01A152715c1135
Octal23316317303225475342165
Binary10011011111001111110110110101010110011110101110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,115,123); }

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

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

 a { background-color: rgb(155,115,123); }

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

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

 span { border-color: rgb(155,115,123); }

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