Html Css Color HEX #8F7976 Bazaar

📋 copy color: '#8F7976'

red 143 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #8F7976

Tints of Bazaar #8F7976

RGB

 RED value IS 143 (56.25% from 255) = 37.43%

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 37.43%
G = 31.68%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F7976 (or 0x8F7976) is known color: Bazaar. HEX triplet: 8F, 79 and 76. RGB value is (143,121,118). Sum of RGB (Red+Green+Blue) = 143+121+118=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7976 is #708689. Grayscale: #7F7F7F. Windows color (decimal): -7374474 or 7764367. OLE color: 7764367.

HSL color Cylindrical-coordinate representation of color #8F7976: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7976 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 121 118 -
CMYK 0 0.15 0.17 0.44
HSL 7.2º 0.1% 0.51% -
HSV(B) 7.2º 0.17% 0.56% -
XYZ 21.44 20.82 20.03 -
YUV 127.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 143 121 118 0 0.15 0.17 0.44 7.2 0.1 0.51
Hex 8F 79 76 0 F 11 2C 7 A 33
Octal 217 171 166 0 17 21 54 7 12 63
Binary 10001111 1111001 1110110 0 1111 10001 101100 111 1010 110011

Color Harmonies of #8F7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7976

Black with #8F7976

Text Example


Text Example

White with #8F7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7976; }

 p { color: rgb(143,121,118); }

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

background-color css

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

 a { background-color: rgb(143,121,118); }

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

border-color css

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

 span { border-color: rgb(143,121,118); }

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