#9F7378

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

Shades of Turkish Rose #9F7378

Tints of Turkish Rose #9F7378

Color information

#9F7378 (or 0x9F7378) is unknown color: approx Turkish Rose. HEX triplet: 9F, 73 and 78. RGB value is (159,115,120). Sum of RGB (Red+Green+Blue) = 159+115+120=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7378 is #608C87. Grayscale: #808080. Windows color (decimal): -6327432 or 7893919. OLE color: 7893919.

HSL color Cylindrical-coordinate representation of color #9F7378: hue angle of 353.18º 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 #9F7378 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB159115120-
CMYK00.280.250.38
HSL353.18º18.64%53.73%-
HSV(B)353.18º27.67%62.35%-
XYZ23.8220.9920.57-
YUV128.73123.08149.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=40.36%
G=29.19%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911512000.280.250.38353.1818.6453.73
Hex9F737801C19261611336
Octal23716317003431465412366
Binary10011111111001111110000111001100110011010110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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