#987478

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

Shades of Turkish Rose #987478

Tints of Turkish Rose #987478

Color information

#987478 (or 0x987478) is unknown color: approx Turkish Rose. HEX triplet: 98, 74 and 78. RGB value is (152,116,120). Sum of RGB (Red+Green+Blue) = 152+116+120=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #987478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987478 is #678B87. Grayscale: #7F7F7F. Windows color (decimal): -6785928 or 7894168. OLE color: 7894168.

HSL color Cylindrical-coordinate representation of color #987478: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987478 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB152116120-
CMYK00.240.210.40
HSL353.33º14.88%52.55%-
HSV(B)353.33º23.68%59.61%-
XYZ22.5820.5220.54-
YUV127.22123.93145.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=39.18%
G=29.90%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211612000.240.210.40353.3314.8852.55
Hex9874780181528161f35
Octal23016417003025505411765
Binary1001100011101001111000011000101011010001011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987478; }

 p { color: rgb(152,116,120); }

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

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

 a { background-color: rgb(152,116,120); }

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

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

 span { border-color: rgb(152,116,120); }

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