Html Css Color HEX #8A7574 Bazaar

📋 copy color: '#8A7574'

red 138 ◦ green 117 ◦ blue 116

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

Shades of Bazaar #8A7574

Tints of Bazaar #8A7574

RGB

 RED value IS 138 (54.3% from 255) = 37.2%

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 37.2%
G = 31.54%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A7574 (or 0x8A7574) is known color: Bazaar. HEX triplet: 8A, 75 and 74. RGB value is (138,117,116). Sum of RGB (Red+Green+Blue) = 138+117+116=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7574 is #758A8B. Grayscale: #7B7B7B. Windows color (decimal): -7703180 or 7632266. OLE color: 7632266.

HSL color Cylindrical-coordinate representation of color #8A7574: hue angle of 2.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A7574 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 116 -
CMYK 0 0.15 0.16 0.46
HSL 2.73º 0.09% 0.5% -
HSV(B) 2.73º 0.16% 0.54% -
XYZ 19.99 19.39 19.21 -
YUV 123.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 138 117 116 0 0.15 0.16 0.46 2.73 0.09 0.5
Hex 8A 75 74 0 F 10 2E 3 9 32
Octal 212 165 164 0 17 20 56 3 11 62
Binary 10001010 1110101 1110100 0 1111 10000 101110 11 1001 110010

Color Harmonies of #8A7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7574

Black with #8A7574

Text Example


Text Example

White with #8A7574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7574; }

 p { color: rgb(138,117,116); }

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

background-color css

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

 a { background-color: rgb(138,117,116); }

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

border-color css

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

 span { border-color: rgb(138,117,116); }

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