Html Css Color HEX #987675 Bazaar

📋 copy color: '#987675'

red 152 ◦ green 118 ◦ blue 117

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

Shades of Bazaar #987675

Tints of Bazaar #987675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

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

R = 39.28%
G = 30.49%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#987675 (or 0x987675) is known color: Bazaar. HEX triplet: 98, 76 and 75. RGB value is (152,118,117). Sum of RGB (Red+Green+Blue) = 152+118+117=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987675 is #67898A. Grayscale: #808080. Windows color (decimal): -6785419 or 7698072. OLE color: 7698072.

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

Color convert

RGB 152 118 117 -
CMYK 0 0.22 0.23 0.40
HSL 1.71º 0.15% 0.53% -
HSV(B) 1.71º 0.23% 0.6% -
XYZ 22.64 20.92 19.67 -
YUV 128.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 152 118 117 0 0.22 0.23 0.40 1.71 0.15 0.53
Hex 98 76 75 0 16 17 28 2 F 35
Octal 230 166 165 0 26 27 50 2 17 65
Binary 10011000 1110110 1110101 0 10110 10111 101000 10 1111 110101

Color Harmonies of #987675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987675

Black with #987675

Text Example


Text Example

White with #987675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987675; }

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

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

background-color css

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

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

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

border-color css

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

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

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