#9A787C

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

Shades of Turkish Rose #9A787C

Tints of Turkish Rose #9A787C

Color information

#9A787C (or 0x9A787C) is unknown color: approx Turkish Rose. HEX triplet: 9A, 78 and 7C. RGB value is (154,120,124). Sum of RGB (Red+Green+Blue) = 154+120+124=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A787C is #658783. Grayscale: #828282. Windows color (decimal): -6653828 or 8157338. OLE color: 8157338.

HSL color Cylindrical-coordinate representation of color #9A787C: hue angle of 352.94º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A787C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB154120124-
CMYK00.220.190.40
HSL352.94º14.41%53.73%-
HSV(B)352.94º22.08%60.39%-
XYZ23.6821.7622.02-
YUV130.62124.26144.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=38.69%
G=30.15%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412012400.220.190.40352.9414.4153.73
Hex9A787C0161328161e36
Octal23217017402623505411666
Binary1001101011110001111100010110100111010001011000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,120,124); }

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

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

 a { background-color: rgb(154,120,124); }

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

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

 span { border-color: rgb(154,120,124); }

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