Html Css Color HEX #7F8770 Gunsmoke

📋 copy color: '#7F8770'

red 127 ◦ green 135 ◦ blue 112

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

Shades of Gunsmoke #7F8770

Tints of Gunsmoke #7F8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 33.96%
G = 36.1%
B = 29.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#7F8770 (or 0x7F8770) is known color: Gunsmoke. HEX triplet: 7F, 87 and 70. RGB value is (127,135,112). Sum of RGB (Red+Green+Blue) = 127+135+112=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8770 is #80788F. Grayscale: #828282. Windows color (decimal): -8419472 or 7374719. OLE color: 7374719.

HSL color Cylindrical-coordinate representation of color #7F8770: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F8770 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 112 -
CMYK 0.06 0 0.17 0.47
HSL 80.87º 0.09% 0.48% -
HSV(B) 80.87º 0.17% 0.53% -
XYZ 20.34 23.01 18.7 -
YUV 129.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 127 135 112 0.06 0 0.17 0.47 80.87 0.09 0.48
Hex 7F 87 70 6 0 11 2F 51 9 30
Octal 177 207 160 6 0 21 57 121 11 60
Binary 1111111 10000111 1110000 110 0 10001 101111 1010001 1001 110000

Color Harmonies of #7F8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8770

Black with #7F8770

Text Example


Text Example

White with #7F8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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