#98797C

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

Shades of Turkish Rose #98797C

Tints of Turkish Rose #98797C

Color information

#98797C (or 0x98797C) is unknown color: approx Turkish Rose. HEX triplet: 98, 79 and 7C. RGB value is (152,121,124). Sum of RGB (Red+Green+Blue) = 152+121+124=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797C is #678683. Grayscale: #828282. Windows color (decimal): -6784644 or 8157592. OLE color: 8157592.

HSL color Cylindrical-coordinate representation of color #98797C: hue angle of 354.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98797C is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152121124-
CMYK00.200.180.40
HSL354.19º13.08%53.53%-
HSV(B)354.19º20.39%59.61%-
XYZ23.4221.8122.04-
YUV130.61124.27143.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=38.29%
G=30.48%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112400.200.180.40354.1913.0853.53
Hex98797C0141228162d36
Octal23017117402422505421566
Binary1001100011110011111100010100100101010001011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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