Html Css Color HEX #967878 Bazaar

📋 copy color: '#967878'

red 150 ◦ green 120 ◦ blue 120

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

Shades of Bazaar #967878

Tints of Bazaar #967878

RGB

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

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

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

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#967878 (or 0x967878) is known color: Bazaar. HEX triplet: 96, 78 and 78. RGB value is (150,120,120). Sum of RGB (Red+Green+Blue) = 150+120+120=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967878 is #698787. Grayscale: #818181. Windows color (decimal): -6915976 or 7895190. OLE color: 7895190.

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

Color convert

RGB 150 120 120 -
CMYK 0 0.20 0.20 0.41
HSL 0.13% 0.53% -
HSV(B) 0.2% 0.59% -
XYZ 22.68 21.27 20.68 -
YUV 128.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 150 120 120 0 0.20 0.20 0.41 0 0.13 0.53
Hex 96 78 78 0 14 14 29 0 C 35
Octal 226 170 170 0 24 24 51 0 14 65
Binary 10010110 1111000 1111000 0 10100 10100 101001 0 1100 110101

Color Harmonies of #967878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967878

Black with #967878

Text Example


Text Example

White with #967878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967878; }

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

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

background-color css

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

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

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

border-color css

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

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

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