#98777C

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

Shades of Turkish Rose #98777C

Tints of Turkish Rose #98777C

Color information

#98777C (or 0x98777C) is unknown color: approx Turkish Rose. HEX triplet: 98, 77 and 7C. RGB value is (152,119,124). Sum of RGB (Red+Green+Blue) = 152+119+124=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777C is #678883. Grayscale: #818181. Windows color (decimal): -6785156 or 8157080. OLE color: 8157080.

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

Color convert

RGB152119124-
CMYK00.220.180.40
HSL350.91º13.81%53.14%-
HSV(B)350.91º21.71%59.61%-
XYZ23.1821.3221.96-
YUV129.44124.93144.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=38.48%
G=30.13%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211912400.220.180.40350.9113.8153.14
Hex98777C016122815fe35
Octal23016717402622505371665
Binary1001100011101111111100010110100101010001010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98777C; }

 p { color: rgb(152,119,124); }

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

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

 a { background-color: rgb(152,119,124); }

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

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

 span { border-color: rgb(152,119,124); }

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