#98797D

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

Shades of Turkish Rose #98797D

Tints of Turkish Rose #98797D

Color information

#98797D (or 0x98797D) is unknown color: approx Turkish Rose. HEX triplet: 98, 79 and 7D. RGB value is (152,121,125). Sum of RGB (Red+Green+Blue) = 152+121+125=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #98797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797D is #678682. Grayscale: #828282. Windows color (decimal): -6784643 or 8223128. OLE color: 8223128.

HSL color Cylindrical-coordinate representation of color #98797D: hue angle of 352.26º 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 #98797D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152121125-
CMYK00.200.180.40
HSL352.26º13.08%53.53%-
HSV(B)352.26º20.39%59.61%-
XYZ23.4921.8322.38-
YUV130.72124.77143.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=38.19%
G=30.40%
B=31.41%

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
Decimal15212112500.200.180.40352.2613.0853.53
Hex98797D0141228160d36
Octal23017117502422505401566
Binary1001100011110011111101010100100101010001011000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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