Html Css Color HEX #947976 Bazaar

📋 copy color: '#947976'

red 148 ◦ green 121 ◦ blue 118

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

Shades of Bazaar #947976

Tints of Bazaar #947976

RGB

 RED value IS 148 (58.2% from 255) = 38.24%

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

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

R = 38.24%
G = 31.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#947976 (or 0x947976) is known color: Bazaar. HEX triplet: 94, 79 and 76. RGB value is (148,121,118). Sum of RGB (Red+Green+Blue) = 148+121+118=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947976 is #6B8689. Grayscale: #808080. Windows color (decimal): -7046794 or 7764372. OLE color: 7764372.

HSL color Cylindrical-coordinate representation of color #947976: hue angle of 6º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947976 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 118 -
CMYK 0 0.18 0.20 0.42
HSL 0.12% 0.52% -
HSV(B) 0.2% 0.58% -
XYZ 22.32 21.28 20.07 -
YUV 128.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 148 121 118 0 0.18 0.20 0.42 6 0.12 0.52
Hex 94 79 76 0 12 14 2A 6 C 34
Octal 224 171 166 0 22 24 52 6 14 64
Binary 10010100 1111001 1110110 0 10010 10100 101010 110 1100 110100

Color Harmonies of #947976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947976

Black with #947976

Text Example


Text Example

White with #947976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947976; }

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

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

background-color css

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

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

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

border-color css

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

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

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