Html Css Color HEX #957878 Bazaar

📋 copy color: '#957878'

red 149 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #957878

Tints of Bazaar #957878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 38.3%
G = 30.85%
B = 30.85%

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

#957878 (or 0x957878) is known color: Bazaar. HEX triplet: 95, 78 and 78. RGB value is (149,120,120). Sum of RGB (Red+Green+Blue) = 149+120+120=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957878 is #6A8787. Grayscale: #808080. Windows color (decimal): -6981512 or 7895189. OLE color: 7895189.

HSL color Cylindrical-coordinate representation of color #957878: hue angle of 0º 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 #957878 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 120 -
CMYK 0 0.19 0.19 0.42
HSL 0.12% 0.53% -
HSV(B) 0.19% 0.58% -
XYZ 22.5 21.18 20.67 -
YUV 128.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 149 120 120 0 0.19 0.19 0.42 0 0.12 0.53
Hex 95 78 78 0 13 13 2A 0 C 35
Octal 225 170 170 0 23 23 52 0 14 65
Binary 10010101 1111000 1111000 0 10011 10011 101010 0 1100 110101

Color Harmonies of #957878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957878

Black with #957878

Text Example


Text Example

White with #957878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957878; }

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

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

background-color css

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

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

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

border-color css

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

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

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