Html Css Color HEX #987576 Turkish Rose

📋 copy color: '#987576'

red 152 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #987576

Tints of Turkish Rose #987576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 39.28%
G = 30.23%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#987576 (or 0x987576) is known color: Turkish Rose. HEX triplet: 98, 75 and 76. RGB value is (152,117,118). Sum of RGB (Red+Green+Blue) = 152+117+118=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987576 is #678A89. Grayscale: #7F7F7F. Windows color (decimal): -6785674 or 7763352. OLE color: 7763352.

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

Color convert

RGB 152 117 118 -
CMYK 0 0.23 0.22 0.40
HSL 358.29º 0.15% 0.53% -
HSV(B) 358.29º 0.23% 0.6% -
XYZ 22.58 20.71 19.95 -
YUV 127.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 152 117 118 0 0.23 0.22 0.40 358.29 0.15 0.53
Hex 98 75 76 0 17 16 28 166 F 35
Octal 230 165 166 0 27 26 50 546 17 65
Binary 10011000 1110101 1110110 0 10111 10110 101000 101100110 1111 110101

Color Harmonies of #987576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987576

Black with #987576

Text Example


Text Example

White with #987576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987576; }

 p { color: rgb(152,117,118); }

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

background-color css

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

 a { background-color: rgb(152,117,118); }

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

border-color css

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

 span { border-color: rgb(152,117,118); }

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