Html Css Color HEX #888E7B Gunsmoke

📋 copy color: '#888E7B'

red 136 ◦ green 142 ◦ blue 123

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

Shades of Gunsmoke #888E7B

Tints of Gunsmoke #888E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 33.92%
G = 35.41%
B = 30.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#888E7B (or 0x888E7B) is known color: Gunsmoke. HEX triplet: 88, 8E and 7B. RGB value is (136,142,123). Sum of RGB (Red+Green+Blue) = 136+142+123=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #888E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E7B is #777184. Grayscale: #8A8A8A. Windows color (decimal): -7827845 or 8097416. OLE color: 8097416.

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

Color convert

RGB 136 142 123 -
CMYK 0.04 0 0.13 0.44
HSL 78.95º 0.08% 0.52% -
HSV(B) 78.95º 0.13% 0.56% -
XYZ 23.4 26.01 22.53 -
YUV 138.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 136 142 123 0.04 0 0.13 0.44 78.95 0.08 0.52
Hex 88 8E 7B 4 0 D 2C 4F 8 34
Octal 210 216 173 4 0 15 54 117 10 64
Binary 10001000 10001110 1111011 100 0 1101 101100 1001111 1000 110100

Color Harmonies of #888E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E7B

Black with #888E7B

Text Example


Text Example

White with #888E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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