Html Css Color HEX #947672 Bazaar

📋 copy color: '#947672'

red 148 ◦ green 118 ◦ blue 114

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

Shades of Bazaar #947672

Tints of Bazaar #947672

RGB

 RED value IS 148 (58.2% from 255) = 38.95%

 GREEN value IS 118 (46.48% from 255) = 31.05%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 38.95%
G = 31.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#947672 (or 0x947672) is known color: Bazaar. HEX triplet: 94, 76 and 72. RGB value is (148,118,114). Sum of RGB (Red+Green+Blue) = 148+118+114=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #947672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947672 is #6B898D. Grayscale: #7E7E7E. Windows color (decimal): -7047566 or 7501460. OLE color: 7501460.

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

Color convert

RGB 148 118 114 -
CMYK 0 0.20 0.23 0.42
HSL 7.06º 0.14% 0.51% -
HSV(B) 7.06º 0.23% 0.58% -
XYZ 21.73 20.47 18.73 -
YUV 126.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 148 118 114 0 0.20 0.23 0.42 7.06 0.14 0.51
Hex 94 76 72 0 14 17 2A 7 E 33
Octal 224 166 162 0 24 27 52 7 16 63
Binary 10010100 1110110 1110010 0 10100 10111 101010 111 1110 110011

Color Harmonies of #947672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947672

Black with #947672

Text Example


Text Example

White with #947672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947672; }

 p { color: rgb(148,118,114); }

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

background-color css

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

 a { background-color: rgb(148,118,114); }

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

border-color css

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

 span { border-color: rgb(148,118,114); }

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