Html Css Color HEX #947875 Bazaar

📋 copy color: '#947875'

red 148 ◦ green 120 ◦ blue 117

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

Shades of Bazaar #947875

Tints of Bazaar #947875

RGB

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

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

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

R = 38.44%
G = 31.17%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#947875 (or 0x947875) is known color: Bazaar. HEX triplet: 94, 78 and 75. RGB value is (148,120,117). Sum of RGB (Red+Green+Blue) = 148+120+117=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #947875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947875 is #6B878A. Grayscale: #808080. Windows color (decimal): -7047051 or 7698580. OLE color: 7698580.

HSL color Cylindrical-coordinate representation of color #947875: hue angle of 5.81º 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 #947875 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 117 -
CMYK 0 0.19 0.21 0.42
HSL 5.81º 0.13% 0.52% -
HSV(B) 5.81º 0.21% 0.58% -
XYZ 22.14 21.01 19.72 -
YUV 128.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 148 120 117 0 0.19 0.21 0.42 5.81 0.13 0.52
Hex 94 78 75 0 13 15 2A 6 D 34
Octal 224 170 165 0 23 25 52 6 15 64
Binary 10010100 1111000 1110101 0 10011 10101 101010 110 1101 110100

Color Harmonies of #947875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947875

Black with #947875

Text Example


Text Example

White with #947875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947875; }

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

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

background-color css

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

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

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

border-color css

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

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

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