Html Css Color HEX #98777C Turkish Rose

📋 copy color: '#98777C'

red 152 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #98777C

Tints of Turkish Rose #98777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 38.48%
G = 30.13%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98777C (or 0x98777C) is known color: Turkish Rose. HEX triplet: 98, 77 and 7C. RGB value is (152,119,124). Sum of RGB (Red+Green+Blue) = 152+119+124=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98777C is #678883. Grayscale: #818181. Windows color (decimal): -6785156 or 8157080. OLE color: 8157080.

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

Color convert

RGB 152 119 124 -
CMYK 0 0.22 0.18 0.40
HSL 350.91º 0.14% 0.53% -
HSV(B) 350.91º 0.22% 0.6% -
XYZ 23.18 21.32 21.96 -
YUV 129.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 152 119 124 0 0.22 0.18 0.40 350.91 0.14 0.53
Hex 98 77 7C 0 16 12 28 15F E 35
Octal 230 167 174 0 26 22 50 537 16 65
Binary 10011000 1110111 1111100 0 10110 10010 101000 101011111 1110 110101

Color Harmonies of #98777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98777C

Black with #98777C

Text Example


Text Example

White with #98777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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