Html Css Color HEX #98727C Turkish Rose

📋 copy color: '#98727C'

red 152 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #98727C

Tints of Turkish Rose #98727C

RGB

 RED value IS 152 (59.77% from 255) = 38.97%

 GREEN value IS 114 (44.92% from 255) = 29.23%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 38.97%
G = 29.23%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98727C (or 0x98727C) is known color: Turkish Rose. HEX triplet: 98, 72 and 7C. RGB value is (152,114,124). Sum of RGB (Red+Green+Blue) = 152+114+124=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98727C is #678D83. Grayscale: #7E7E7E. Windows color (decimal): -6786436 or 8155800. OLE color: 8155800.

HSL color Cylindrical-coordinate representation of color #98727C: hue angle of 344.21º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98727C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 124 -
CMYK 0 0.25 0.18 0.40
HSL 344.21º 0.16% 0.52% -
HSV(B) 344.21º 0.25% 0.6% -
XYZ 22.6 20.17 21.77 -
YUV 126.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 152 114 124 0 0.25 0.18 0.40 344.21 0.16 0.52
Hex 98 72 7C 0 19 12 28 158 10 34
Octal 230 162 174 0 31 22 50 530 20 64
Binary 10011000 1110010 1111100 0 11001 10010 101000 101011000 10000 110100

Color Harmonies of #98727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98727C

Black with #98727C

Text Example


Text Example

White with #98727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98727C; }

 p { color: rgb(152,114,124); }

 H1.HeaderClassName
 {
   color: #98727C;
 }
 .AnyTagClassName
 {
   color: #98727C;
 }
</style>

background-color css

<style>
 a { background-color: #98727C; }

 a { background-color: rgb(152,114,124); }

 div.DivClassName
 {
   background-color: #98727C;
 }
 .BgClassName
 {
   background-color: #98727C;
 }
</style>

border-color css

<style>
 span { border-color: #98727C; }

 span { border-color: rgb(152,114,124); }

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