#9B7078

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

Shades of Turkish Rose #9B7078

Tints of Turkish Rose #9B7078

Color information

#9B7078 (or 0x9B7078) is unknown color: approx Turkish Rose. HEX triplet: 9B, 70 and 78. RGB value is (155,112,120). Sum of RGB (Red+Green+Blue) = 155+112+120=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7078 is #648F87. Grayscale: #7D7D7D. Windows color (decimal): -6590344 or 7893147. OLE color: 7893147.

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

Color convert

RGB155112120-
CMYK00.280.230.39
HSL348.84º17.7%52.35%-
HSV(B)348.84º27.74%60.78%-
XYZ22.719.9120.42-
YUV125.77124.75148.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=40.05%
G=28.94%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511212000.280.230.39348.8417.752.35
Hex9B707801C172715d1234
Octal23316017003427475352264
Binary10011011111000011110000111001011110011110101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,120); }

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

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

 a { background-color: rgb(155,112,120); }

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

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

 span { border-color: rgb(155,112,120); }

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