Html Css Color HEX #87907A Gunsmoke

📋 copy color: '#87907A'

red 135 ◦ green 144 ◦ blue 122

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

Shades of Gunsmoke #87907A

Tints of Gunsmoke #87907A

RGB

 RED value IS 135 (53.13% from 255) = 33.67%

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 33.67%
G = 35.91%
B = 30.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#87907A (or 0x87907A) is known color: Gunsmoke. HEX triplet: 87, 90 and 7A. RGB value is (135,144,122). Sum of RGB (Red+Green+Blue) = 135+144+122=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #87907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87907A is #786F85. Grayscale: #8A8A8A. Windows color (decimal): -7892870 or 8032391. OLE color: 8032391.

HSL color Cylindrical-coordinate representation of color #87907A: hue angle of 84.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87907A is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 144 122 -
CMYK 0.06 0 0.15 0.44
HSL 84.55º 0.09% 0.52% -
HSV(B) 84.55º 0.15% 0.56% -
XYZ 23.48 26.5 22.29 -
YUV 138.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 135 144 122 0.06 0 0.15 0.44 84.55 0.09 0.52
Hex 87 90 7A 6 0 F 2C 55 9 34
Octal 207 220 172 6 0 17 54 125 11 64
Binary 10000111 10010000 1111010 110 0 1111 101100 1010101 1001 110100

Color Harmonies of #87907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87907A

Black with #87907A

Text Example


Text Example

White with #87907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87907A; }

 p { color: rgb(135,144,122); }

 H1.HeaderClassName
 {
   color: #87907A;
 }
 .AnyTagClassName
 {
   color: #87907A;
 }
</style>

background-color css

<style>
 a { background-color: #87907A; }

 a { background-color: rgb(135,144,122); }

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

border-color css

<style>
 span { border-color: #87907A; }

 span { border-color: rgb(135,144,122); }

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