#98797A

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

Shades of Turkish Rose #98797A

Tints of Turkish Rose #98797A

Color information

#98797A (or 0x98797A) is unknown color: approx Turkish Rose. HEX triplet: 98, 79 and 7A. RGB value is (152,121,122). Sum of RGB (Red+Green+Blue) = 152+121+122=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98797A is #678685. Grayscale: #828282. Windows color (decimal): -6784646 or 8026520. OLE color: 8026520.

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

Color convert

RGB152121122-
CMYK00.200.200.40
HSL358.06º13.08%53.53%-
HSV(B)358.06º20.39%59.61%-
XYZ23.321.7621.38-
YUV130.38123.27143.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=38.48%
G=30.63%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112200.200.200.40358.0613.0853.53
Hex98797A0141428166d36
Octal23017117202424505461566
Binary1001100011110011111010010100101001010001011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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