Html Css Color HEX #8C7E7E Bazaar

📋 copy color: '#8C7E7E'

red 140 ◦ green 126 ◦ blue 126

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

Shades of Bazaar #8C7E7E

Tints of Bazaar #8C7E7E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 35.71%
G = 32.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C7E7E (or 0x8C7E7E) is known color: Bazaar. HEX triplet: 8C, 7E and 7E. RGB value is (140,126,126). Sum of RGB (Red+Green+Blue) = 140+126+126=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E7E is #738181. Grayscale: #828282. Windows color (decimal): -7569794 or 8289932. OLE color: 8289932.

HSL color Cylindrical-coordinate representation of color #8C7E7E: hue angle of 0º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E7E is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 126 -
CMYK 0 0.10 0.10 0.45
HSL 0.06% 0.52% -
HSV(B) 0.1% 0.55% -
XYZ 22.04 22 22.82 -
YUV 130.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 140 126 126 0 0.10 0.10 0.45 0 0.06 0.52
Hex 8C 7E 7E 0 A A 2D 0 6 34
Octal 214 176 176 0 12 12 55 0 6 64
Binary 10001100 1111110 1111110 0 1010 1010 101101 0 110 110100

Color Harmonies of #8C7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E7E

Black with #8C7E7E

Text Example


Text Example

White with #8C7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,126); }

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

background-color css

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

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

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

border-color css

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

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

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