Html Css Color HEX #987477 Turkish Rose

📋 copy color: '#987477'

red 152 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #987477

Tints of Turkish Rose #987477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 39.28%
G = 29.97%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#987477 (or 0x987477) is known color: Turkish Rose. HEX triplet: 98, 74 and 77. RGB value is (152,116,119). Sum of RGB (Red+Green+Blue) = 152+116+119=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987477 is #678B88. Grayscale: #7F7F7F. Windows color (decimal): -6785929 or 7828632. OLE color: 7828632.

HSL color Cylindrical-coordinate representation of color #987477: hue angle of 355º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987477 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 119 -
CMYK 0 0.24 0.22 0.40
HSL 355º 0.15% 0.53% -
HSV(B) 355º 0.24% 0.6% -
XYZ 22.52 20.5 20.22 -
YUV 127.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 152 116 119 0 0.24 0.22 0.40 355 0.15 0.53
Hex 98 74 77 0 18 16 28 163 F 35
Octal 230 164 167 0 30 26 50 543 17 65
Binary 10011000 1110100 1110111 0 11000 10110 101000 101100011 1111 110101

Color Harmonies of #987477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987477

Black with #987477

Text Example


Text Example

White with #987477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987477; }

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

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

background-color css

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

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

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

border-color css

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

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

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