Html Css Color HEX #967977 Bazaar

📋 copy color: '#967977'

red 150 ◦ green 121 ◦ blue 119

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

Shades of Bazaar #967977

Tints of Bazaar #967977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 38.46%
G = 31.03%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967977 (or 0x967977) is known color: Bazaar. HEX triplet: 96, 79 and 77. RGB value is (150,121,119). Sum of RGB (Red+Green+Blue) = 150+121+119=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967977 is #698688. Grayscale: #818181. Windows color (decimal): -6915721 or 7829910. OLE color: 7829910.

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

Color convert

RGB 150 121 119 -
CMYK 0 0.19 0.21 0.41
HSL 3.87º 0.13% 0.53% -
HSV(B) 3.87º 0.21% 0.59% -
XYZ 22.74 21.49 20.4 -
YUV 129.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 150 121 119 0 0.19 0.21 0.41 3.87 0.13 0.53
Hex 96 79 77 0 13 15 29 4 D 35
Octal 226 171 167 0 23 25 51 4 15 65
Binary 10010110 1111001 1110111 0 10011 10101 101001 100 1101 110101

Color Harmonies of #967977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967977

Black with #967977

Text Example


Text Example

White with #967977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967977; }

 p { color: rgb(150,121,119); }

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

background-color css

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

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

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

border-color css

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

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

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