Html Css Color HEX #957978 Bazaar

📋 copy color: '#957978'

red 149 ◦ green 121 ◦ blue 120

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

Shades of Bazaar #957978

Tints of Bazaar #957978

RGB

 RED value IS 149 (58.59% from 255) = 38.21%

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

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 38.21%
G = 31.03%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957978 (or 0x957978) is known color: Bazaar. HEX triplet: 95, 79 and 78. RGB value is (149,121,120). Sum of RGB (Red+Green+Blue) = 149+121+120=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #957978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957978 is #6A8687. Grayscale: #818181. Windows color (decimal): -6981256 or 7895445. OLE color: 7895445.

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

Color convert

RGB 149 121 120 -
CMYK 0 0.19 0.19 0.42
HSL 2.07º 0.12% 0.53% -
HSV(B) 2.07º 0.19% 0.58% -
XYZ 22.62 21.42 20.71 -
YUV 129.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 149 121 120 0 0.19 0.19 0.42 2.07 0.12 0.53
Hex 95 79 78 0 13 13 2A 2 C 35
Octal 225 171 170 0 23 23 52 2 14 65
Binary 10010101 1111001 1111000 0 10011 10011 101010 10 1100 110101

Color Harmonies of #957978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957978

Black with #957978

Text Example


Text Example

White with #957978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957978; }

 p { color: rgb(149,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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