Html Css Color HEX #888E7E Gunsmoke

📋 copy color: '#888E7E'

red 136 ◦ green 142 ◦ blue 126

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

Shades of Gunsmoke #888E7E

Tints of Gunsmoke #888E7E

RGB

 RED value IS 136 (53.52% from 255) = 33.66%

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 33.66%
G = 35.15%
B = 31.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#888E7E (or 0x888E7E) is known color: Gunsmoke. HEX triplet: 88, 8E and 7E. RGB value is (136,142,126). Sum of RGB (Red+Green+Blue) = 136+142+126=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 142 - color contains mainly: green. Hex color #888E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E7E is #777181. Grayscale: #8A8A8A. Windows color (decimal): -7827842 or 8294024. OLE color: 8294024.

HSL color Cylindrical-coordinate representation of color #888E7E: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888E7E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 142 126 -
CMYK 0.04 0 0.11 0.44
HSL 82.5º 0.07% 0.53% -
HSV(B) 82.5º 0.11% 0.56% -
XYZ 23.59 26.09 23.53 -
YUV 138.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 136 142 126 0.04 0 0.11 0.44 82.5 0.07 0.53
Hex 88 8E 7E 4 0 B 2C 52 7 35
Octal 210 216 176 4 0 13 54 122 7 65
Binary 10001000 10001110 1111110 100 0 1011 101100 1010010 111 110101

Color Harmonies of #888E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E7E

Black with #888E7E

Text Example


Text Example

White with #888E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888E7E; }

 p { color: rgb(136,142,126); }

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

background-color css

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

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

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

border-color css

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

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

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