Html Css Color HEX #967976 Bazaar

📋 copy color: '#967976'

red 150 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #967976

Tints of Bazaar #967976

RGB

 RED value IS 150 (58.98% from 255) = 38.56%

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

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

R = 38.56%
G = 31.11%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967976 (or 0x967976) is known color: Bazaar. HEX triplet: 96, 79 and 76. RGB value is (150,121,118). Sum of RGB (Red+Green+Blue) = 150+121+118=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967976 is #698689. Grayscale: #818181. Windows color (decimal): -6915722 or 7764374. OLE color: 7764374.

HSL color Cylindrical-coordinate representation of color #967976: hue angle of 5.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967976 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 118 -
CMYK 0 0.19 0.21 0.41
HSL 5.63º 0.13% 0.53% -
HSV(B) 5.63º 0.21% 0.59% -
XYZ 22.69 21.47 20.09 -
YUV 129.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 150 121 118 0 0.19 0.21 0.41 5.63 0.13 0.53
Hex 96 79 76 0 13 15 29 6 D 35
Octal 226 171 166 0 23 25 51 6 15 65
Binary 10010110 1111001 1110110 0 10011 10101 101001 110 1101 110101

Color Harmonies of #967976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967976

Black with #967976

Text Example


Text Example

White with #967976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967976; }

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

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

background-color css

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

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

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

border-color css

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

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

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