Html Css Color HEX #987575 Bazaar

📋 copy color: '#987575'

red 152 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #987575

Tints of Bazaar #987575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 39.38%
G = 30.31%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#987575 (or 0x987575) is known color: Bazaar. HEX triplet: 98, 75 and 75. RGB value is (152,117,117). Sum of RGB (Red+Green+Blue) = 152+117+117=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987575 is #678A8A. Grayscale: #7F7F7F. Windows color (decimal): -6785675 or 7697816. OLE color: 7697816.

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

Color convert

RGB 152 117 117 -
CMYK 0 0.23 0.23 0.40
HSL 0.15% 0.53% -
HSV(B) 0.23% 0.6% -
XYZ 22.52 20.68 19.63 -
YUV 127.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 152 117 117 0 0.23 0.23 0.40 0 0.15 0.53
Hex 98 75 75 0 17 17 28 0 F 35
Octal 230 165 165 0 27 27 50 0 17 65
Binary 10011000 1110101 1110101 0 10111 10111 101000 0 1111 110101

Color Harmonies of #987575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987575

Black with #987575

Text Example


Text Example

White with #987575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987575; }

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

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

background-color css

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

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

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

border-color css

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

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

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