Html Css Color HEX #98797C Turkish Rose

📋 copy color: '#98797C'

red 152 ◦ green 121 ◦ blue 124

#98797C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #98797C

Tints of Turkish Rose #98797C

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 value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98797C (or 0x98797C) is known color: 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

RGB 152 121 124 -
CMYK 0 0.20 0.18 0.40
HSL 354.19º 0.13% 0.54% -
HSV(B) 354.19º 0.2% 0.6% -
XYZ 23.42 21.81 22.04 -
YUV 130.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 152 121 124 0 0.20 0.18 0.40 354.19 0.13 0.54
Hex 98 79 7C 0 14 12 28 162 D 36
Octal 230 171 174 0 24 22 50 542 15 66
Binary 10011000 1111001 1111100 0 10100 10010 101000 101100010 1101 110110

Color Harmonies of #98797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98797C

Black with #98797C

Text Example


Text Example

White with #98797C

Text Example


Text Example

HTML Codes & Css Web 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>