Html Css Color HEX #967874 Bazaar

📋 copy color: '#967874'

red 150 ◦ green 120 ◦ blue 116

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

Shades of Bazaar #967874

Tints of Bazaar #967874

RGB

 RED value IS 150 (58.98% from 255) = 38.86%

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

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

R = 38.86%
G = 31.09%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967874 (or 0x967874) is known color: Bazaar. HEX triplet: 96, 78 and 74. RGB value is (150,120,116). Sum of RGB (Red+Green+Blue) = 150+120+116=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967874 is #69878B. Grayscale: #808080. Windows color (decimal): -6915980 or 7633046. OLE color: 7633046.

HSL color Cylindrical-coordinate representation of color #967874: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967874 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 116 -
CMYK 0 0.20 0.23 0.41
HSL 7.06º 0.14% 0.52% -
HSV(B) 7.06º 0.23% 0.59% -
XYZ 22.45 21.18 19.43 -
YUV 128.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 150 120 116 0 0.20 0.23 0.41 7.06 0.14 0.52
Hex 96 78 74 0 14 17 29 7 E 34
Octal 226 170 164 0 24 27 51 7 16 64
Binary 10010110 1111000 1110100 0 10100 10111 101001 111 1110 110100

Color Harmonies of #967874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967874

Black with #967874

Text Example


Text Example

White with #967874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967874; }

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

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

background-color css

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

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

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

border-color css

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

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

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