Html Css Color HEX #917976 Bazaar

📋 copy color: '#917976'

red 145 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #917976

Tints of Bazaar #917976

RGB

 RED value IS 145 (57.03% from 255) = 37.76%

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

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

R = 37.76%
G = 31.51%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#917976 (or 0x917976) is known color: Bazaar. HEX triplet: 91, 79 and 76. RGB value is (145,121,118). Sum of RGB (Red+Green+Blue) = 145+121+118=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917976 is #6E8689. Grayscale: #7F7F7F. Windows color (decimal): -7243402 or 7764369. OLE color: 7764369.

HSL color Cylindrical-coordinate representation of color #917976: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917976 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 118 -
CMYK 0 0.17 0.19 0.43
HSL 6.67º 0.11% 0.52% -
HSV(B) 6.67º 0.19% 0.57% -
XYZ 21.78 21 20.05 -
YUV 127.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 145 121 118 0 0.17 0.19 0.43 6.67 0.11 0.52
Hex 91 79 76 0 11 13 2B 7 B 34
Octal 221 171 166 0 21 23 53 7 13 64
Binary 10010001 1111001 1110110 0 10001 10011 101011 111 1011 110100

Color Harmonies of #917976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917976

Black with #917976

Text Example


Text Example

White with #917976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917976; }

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

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

background-color css

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

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

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

border-color css

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

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

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