Html Css Color HEX #947775 Bazaar

📋 copy color: '#947775'

red 148 ◦ green 119 ◦ blue 117

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

Shades of Bazaar #947775

Tints of Bazaar #947775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 38.54%
G = 30.99%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#947775 (or 0x947775) is known color: Bazaar. HEX triplet: 94, 77 and 75. RGB value is (148,119,117). Sum of RGB (Red+Green+Blue) = 148+119+117=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #947775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947775 is #6B888A. Grayscale: #7F7F7F. Windows color (decimal): -7047307 or 7698324. OLE color: 7698324.

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

Color convert

RGB 148 119 117 -
CMYK 0 0.20 0.21 0.42
HSL 3.87º 0.13% 0.52% -
HSV(B) 3.87º 0.21% 0.58% -
XYZ 22.02 20.77 19.68 -
YUV 127.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 148 119 117 0 0.20 0.21 0.42 3.87 0.13 0.52
Hex 94 77 75 0 14 15 2A 4 D 34
Octal 224 167 165 0 24 25 52 4 15 64
Binary 10010100 1110111 1110101 0 10100 10101 101010 100 1101 110100

Color Harmonies of #947775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947775

Black with #947775

Text Example


Text Example

White with #947775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947775; }

 p { color: rgb(148,119,117); }

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

background-color css

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

 a { background-color: rgb(148,119,117); }

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

border-color css

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

 span { border-color: rgb(148,119,117); }

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