#98777D

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

Shades of Turkish Rose #98777D

Tints of Turkish Rose #98777D

Color information

#98777D (or 0x98777D) is unknown color: approx Turkish Rose. HEX triplet: 98, 77 and 7D. RGB value is (152,119,125). Sum of RGB (Red+Green+Blue) = 152+119+125=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777D is #678882. Grayscale: #818181. Windows color (decimal): -6785155 or 8222616. OLE color: 8222616.

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

Color convert

RGB152119125-
CMYK00.220.180.40
HSL349.09º13.81%53.14%-
HSV(B)349.09º21.71%59.61%-
XYZ23.2521.3522.3-
YUV129.55125.43144.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=38.38%
G=30.05%
B=31.57%

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
Decimal15211912500.220.180.40349.0913.8153.14
Hex98777D016122815de35
Octal23016717502622505351665
Binary1001100011101111111101010110100101010001010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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