Html Css Color HEX #987377 Turkish Rose

📋 copy color: '#987377'

red 152 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #987377

Tints of Turkish Rose #987377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 39.38%
G = 29.79%
B = 30.83%

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

#987377 (or 0x987377) is known color: Turkish Rose. HEX triplet: 98, 73 and 77. RGB value is (152,115,119). Sum of RGB (Red+Green+Blue) = 152+115+119=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987377 is #678C88. Grayscale: #7E7E7E. Windows color (decimal): -6786185 or 7828376. OLE color: 7828376.

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

Color convert

RGB 152 115 119 -
CMYK 0 0.24 0.22 0.40
HSL 353.51º 0.15% 0.52% -
HSV(B) 353.51º 0.24% 0.6% -
XYZ 22.41 20.27 20.18 -
YUV 126.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 152 115 119 0 0.24 0.22 0.40 353.51 0.15 0.52
Hex 98 73 77 0 18 16 28 162 F 34
Octal 230 163 167 0 30 26 50 542 17 64
Binary 10011000 1110011 1110111 0 11000 10110 101000 101100010 1111 110100

Color Harmonies of #987377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987377

Black with #987377

Text Example


Text Example

White with #987377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987377; }

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

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

background-color css

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

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

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

border-color css

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

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

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