Html Css Color HEX #957874 Bazaar

📋 copy color: '#957874'

red 149 ◦ green 120 ◦ blue 116

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

Shades of Bazaar #957874

Tints of Bazaar #957874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 38.7%
G = 31.17%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#957874 (or 0x957874) is known color: Bazaar. HEX triplet: 95, 78 and 74. RGB value is (149,120,116). Sum of RGB (Red+Green+Blue) = 149+120+116=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957874 is #6A878B. Grayscale: #808080. Windows color (decimal): -6981516 or 7633045. OLE color: 7633045.

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

Color convert

RGB 149 120 116 -
CMYK 0 0.19 0.22 0.42
HSL 7.27º 0.13% 0.52% -
HSV(B) 7.27º 0.22% 0.58% -
XYZ 22.26 21.08 19.42 -
YUV 128.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 149 120 116 0 0.19 0.22 0.42 7.27 0.13 0.52
Hex 95 78 74 0 13 16 2A 7 D 34
Octal 225 170 164 0 23 26 52 7 15 64
Binary 10010101 1111000 1110100 0 10011 10110 101010 111 1101 110100

Color Harmonies of #957874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957874

Black with #957874

Text Example


Text Example

White with #957874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957874; }

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

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

background-color css

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

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

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

border-color css

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

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

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