Html Css Color HEX #8C7674 Bazaar

📋 copy color: '#8C7674'

red 140 ◦ green 118 ◦ blue 116

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

Shades of Bazaar #8C7674

Tints of Bazaar #8C7674

RGB

 RED value IS 140 (55.08% from 255) = 37.43%

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

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

R = 37.43%
G = 31.55%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C7674 (or 0x8C7674) is known color: Bazaar. HEX triplet: 8C, 76 and 74. RGB value is (140,118,116). Sum of RGB (Red+Green+Blue) = 140+118+116=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7674 is #73898B. Grayscale: #7C7C7C. Windows color (decimal): -7571852 or 7632524. OLE color: 7632524.

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

Color convert

RGB 140 118 116 -
CMYK 0 0.16 0.17 0.45
HSL 0.09% 0.5% -
HSV(B) 0.17% 0.55% -
XYZ 20.45 19.79 19.27 -
YUV 124.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 140 118 116 0 0.16 0.17 0.45 5 0.09 0.5
Hex 8C 76 74 0 10 11 2D 5 9 32
Octal 214 166 164 0 20 21 55 5 11 62
Binary 10001100 1110110 1110100 0 10000 10001 101101 101 1001 110010

Color Harmonies of #8C7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7674

Black with #8C7674

Text Example


Text Example

White with #8C7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,116); }

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

background-color css

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

 a { background-color: rgb(140,118,116); }

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

border-color css

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

 span { border-color: rgb(140,118,116); }

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