Html Css Color HEX #7F8870 Gunsmoke

📋 copy color: '#7F8870'

red 127 ◦ green 136 ◦ blue 112

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

Shades of Gunsmoke #7F8870

Tints of Gunsmoke #7F8870

RGB

 RED value IS 127 (50% from 255) = 33.87%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 33.87%
G = 36.27%
B = 29.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#7F8870 (or 0x7F8870) is known color: Gunsmoke. HEX triplet: 7F, 88 and 70. RGB value is (127,136,112). Sum of RGB (Red+Green+Blue) = 127+136+112=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8870 is #80778F. Grayscale: #828282. Windows color (decimal): -8419216 or 7374975. OLE color: 7374975.

HSL color Cylindrical-coordinate representation of color #7F8870: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F8870 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 136 112 -
CMYK 0.07 0 0.18 0.47
HSL 82.5º 0.1% 0.49% -
HSV(B) 82.5º 0.18% 0.53% -
XYZ 20.48 23.29 18.75 -
YUV 130.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 127 136 112 0.07 0 0.18 0.47 82.5 0.1 0.49
Hex 7F 88 70 7 0 12 2F 52 A 31
Octal 177 210 160 7 0 22 57 122 12 61
Binary 1111111 10001000 1110000 111 0 10010 101111 1010010 1010 110001

Color Harmonies of #7F8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8870

Black with #7F8870

Text Example


Text Example

White with #7F8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8870; }

 p { color: rgb(127,136,112); }

 H1.HeaderClassName
 {
   color: #7F8870;
 }
 .AnyTagClassName
 {
   color: #7F8870;
 }
</style>

background-color css

<style>
 a { background-color: #7F8870; }

 a { background-color: rgb(127,136,112); }

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

border-color css

<style>
 span { border-color: #7F8870; }

 span { border-color: rgb(127,136,112); }

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