Html Css Color HEX #987070 Bazaar

📋 copy color: '#987070'

red 152 ◦ green 112 ◦ blue 112

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

Shades of Bazaar #987070

Tints of Bazaar #987070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 40.43%
G = 29.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#987070 (or 0x987070) is known color: Bazaar. HEX triplet: 98, 70 and 70. RGB value is (152,112,112). Sum of RGB (Red+Green+Blue) = 152+112+112=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #987070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987070 is #678F8F. Grayscale: #7C7C7C. Windows color (decimal): -6786960 or 7368856. OLE color: 7368856.

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

Color convert

RGB 152 112 112 -
CMYK 0 0.26 0.26 0.40
HSL 0.16% 0.52% -
HSV(B) 0.26% 0.6% -
XYZ 21.67 19.43 17.94 -
YUV 123.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 152 112 112 0 0.26 0.26 0.40 0 0.16 0.52
Hex 98 70 70 0 1A 1A 28 0 10 34
Octal 230 160 160 0 32 32 50 0 20 64
Binary 10011000 1110000 1110000 0 11010 11010 101000 0 10000 110100

Color Harmonies of #987070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987070

Black with #987070

Text Example


Text Example

White with #987070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987070; }

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

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

background-color css

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

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

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

border-color css

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

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

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