Html Css Color HEX #987074 Turkish Rose

📋 copy color: '#987074'

red 152 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #987074

Tints of Turkish Rose #987074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 40%
G = 29.47%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#987074 (or 0x987074) is known color: Turkish Rose. HEX triplet: 98, 70 and 74. RGB value is (152,112,116). Sum of RGB (Red+Green+Blue) = 152+112+116=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #987074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987074 is #678F8B. Grayscale: #7C7C7C. Windows color (decimal): -6786956 or 7631000. OLE color: 7631000.

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

Color convert

RGB 152 112 116 -
CMYK 0 0.26 0.24 0.40
HSL 354º 0.16% 0.52% -
HSV(B) 354º 0.26% 0.6% -
XYZ 21.9 19.52 19.14 -
YUV 124.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 152 112 116 0 0.26 0.24 0.40 354 0.16 0.52
Hex 98 70 74 0 1A 18 28 162 10 34
Octal 230 160 164 0 32 30 50 542 20 64
Binary 10011000 1110000 1110100 0 11010 11000 101000 101100010 10000 110100

Color Harmonies of #987074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987074

Black with #987074

Text Example


Text Example

White with #987074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987074; }

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

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

background-color css

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

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

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

border-color css

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

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

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