Html Css Color HEX #987279 Turkish Rose

📋 copy color: '#987279'

red 152 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #987279

Tints of Turkish Rose #987279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 39.28%
G = 29.46%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#987279 (or 0x987279) is known color: Turkish Rose. HEX triplet: 98, 72 and 79. RGB value is (152,114,121). Sum of RGB (Red+Green+Blue) = 152+114+121=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987279 is #678D86. Grayscale: #7E7E7E. Windows color (decimal): -6786439 or 7959192. OLE color: 7959192.

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

Color convert

RGB 152 114 121 -
CMYK 0 0.25 0.20 0.40
HSL 348.95º 0.16% 0.52% -
HSV(B) 348.95º 0.25% 0.6% -
XYZ 22.42 20.09 20.79 -
YUV 126.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 152 114 121 0 0.25 0.20 0.40 348.95 0.16 0.52
Hex 98 72 79 0 19 14 28 15D 10 34
Octal 230 162 171 0 31 24 50 535 20 64
Binary 10011000 1110010 1111001 0 11001 10100 101000 101011101 10000 110100

Color Harmonies of #987279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987279

Black with #987279

Text Example


Text Example

White with #987279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987279; }

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

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

background-color css

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

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

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

border-color css

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

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

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