Html Css Color HEX #947979 Bazaar

📋 copy color: '#947979'

red 148 ◦ green 121 ◦ blue 121

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

Shades of Bazaar #947979

Tints of Bazaar #947979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 37.95%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#947979 (or 0x947979) is known color: Bazaar. HEX triplet: 94, 79 and 79. RGB value is (148,121,121). Sum of RGB (Red+Green+Blue) = 148+121+121=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #947979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947979 is #6B8686. Grayscale: #818181. Windows color (decimal): -7046791 or 7960980. OLE color: 7960980.

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

Color convert

RGB 148 121 121 -
CMYK 0 0.18 0.18 0.42
HSL 0.11% 0.53% -
HSV(B) 0.18% 0.58% -
XYZ 22.5 21.35 21.02 -
YUV 129.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 148 121 121 0 0.18 0.18 0.42 0 0.11 0.53
Hex 94 79 79 0 12 12 2A 0 B 35
Octal 224 171 171 0 22 22 52 0 13 65
Binary 10010100 1111001 1111001 0 10010 10010 101010 0 1011 110101

Color Harmonies of #947979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947979

Black with #947979

Text Example


Text Example

White with #947979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947979; }

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

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

background-color css

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

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

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

border-color css

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

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

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