Html Css Color HEX #88907C Gunsmoke

📋 copy color: '#88907C'

red 136 ◦ green 144 ◦ blue 124

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

Shades of Gunsmoke #88907C

Tints of Gunsmoke #88907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 33.66%
G = 35.64%
B = 30.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#88907C (or 0x88907C) is known color: Gunsmoke. HEX triplet: 88, 90 and 7C. RGB value is (136,144,124). Sum of RGB (Red+Green+Blue) = 136+144+124=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #88907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88907C is #776F83. Grayscale: #8B8B8B. Windows color (decimal): -7827332 or 8163464. OLE color: 8163464.

HSL color Cylindrical-coordinate representation of color #88907C: hue angle of 84º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88907C is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 124 -
CMYK 0.06 0 0.14 0.44
HSL 84º 0.08% 0.53% -
HSV(B) 84º 0.14% 0.56% -
XYZ 23.76 26.64 22.96 -
YUV 139.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 136 144 124 0.06 0 0.14 0.44 84 0.08 0.53
Hex 88 90 7C 6 0 E 2C 54 8 35
Octal 210 220 174 6 0 16 54 124 10 65
Binary 10001000 10010000 1111100 110 0 1110 101100 1010100 1000 110101

Color Harmonies of #88907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88907C

Black with #88907C

Text Example


Text Example

White with #88907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88907C; }

 p { color: rgb(136,144,124); }

 H1.HeaderClassName
 {
   color: #88907C;
 }
 .AnyTagClassName
 {
   color: #88907C;
 }
</style>

background-color css

<style>
 a { background-color: #88907C; }

 a { background-color: rgb(136,144,124); }

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

border-color css

<style>
 span { border-color: #88907C; }

 span { border-color: rgb(136,144,124); }

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