#98777A

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

Shades of Turkish Rose #98777A

Tints of Turkish Rose #98777A

Color information

#98777A (or 0x98777A) is unknown color: approx Turkish Rose. HEX triplet: 98, 77 and 7A. RGB value is (152,119,122). Sum of RGB (Red+Green+Blue) = 152+119+122=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777A is #678885. Grayscale: #818181. Windows color (decimal): -6785158 or 8026008. OLE color: 8026008.

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

Color convert

RGB152119122-
CMYK00.220.200.40
HSL354.55º13.81%53.14%-
HSV(B)354.55º21.71%59.61%-
XYZ23.0621.2721.3-
YUV129.21123.93144.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=38.68%
G=30.28%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211912200.220.200.40354.5513.8153.14
Hex98777A0161428163e35
Octal23016717202624505431665
Binary1001100011101111111010010110101001010001011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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