#9F7376

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

Shades of Turkish Rose #9F7376

Tints of Turkish Rose #9F7376

Color information

#9F7376 (or 0x9F7376) is unknown color: approx Turkish Rose. HEX triplet: 9F, 73 and 76. RGB value is (159,115,118). Sum of RGB (Red+Green+Blue) = 159+115+118=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7376 is #608C89. Grayscale: #808080. Windows color (decimal): -6327434 or 7762847. OLE color: 7762847.

HSL color Cylindrical-coordinate representation of color #9F7376: hue angle of 355.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7376 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159115118-
CMYK00.280.260.38
HSL355.91º18.64%53.73%-
HSV(B)355.91º27.67%62.35%-
XYZ23.720.9419.93-
YUV128.5122.08149.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=40.56%
G=29.34%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911511800.280.260.38355.9118.6453.73
Hex9F737601C1A261641336
Octal23716316603432465442366
Binary10011111111001111101100111001101010011010110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,118); }

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

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

 a { background-color: rgb(159,115,118); }

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

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

 span { border-color: rgb(159,115,118); }

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