Html Css Color HEX #987072 Turkish Rose

📋 copy color: '#987072'

red 152 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #987072

Tints of Turkish Rose #987072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 40.21%
G = 29.63%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#987072 (or 0x987072) is known color: Turkish Rose. HEX triplet: 98, 70 and 72. RGB value is (152,112,114). Sum of RGB (Red+Green+Blue) = 152+112+114=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #987072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987072 is #678F8D. Grayscale: #7C7C7C. Windows color (decimal): -6786958 or 7499928. OLE color: 7499928.

HSL color Cylindrical-coordinate representation of color #987072: hue angle of 357º 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 #987072 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 114 -
CMYK 0 0.26 0.25 0.40
HSL 357º 0.16% 0.52% -
HSV(B) 357º 0.26% 0.6% -
XYZ 21.78 19.48 18.53 -
YUV 124.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 152 112 114 0 0.26 0.25 0.40 357 0.16 0.52
Hex 98 70 72 0 1A 19 28 165 10 34
Octal 230 160 162 0 32 31 50 545 20 64
Binary 10011000 1110000 1110010 0 11010 11001 101000 101100101 10000 110100

Color Harmonies of #987072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987072

Black with #987072

Text Example


Text Example

White with #987072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987072; }

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

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

background-color css

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

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

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

border-color css

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

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

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