Html Css Color HEX #7F8472 Gunsmoke

📋 copy color: '#7F8472'

red 127 ◦ green 132 ◦ blue 114

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

Shades of Gunsmoke #7F8472

Tints of Gunsmoke #7F8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 34.05%
G = 35.39%
B = 30.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#7F8472 (or 0x7F8472) is known color: Gunsmoke. HEX triplet: 7F, 84 and 72. RGB value is (127,132,114). Sum of RGB (Red+Green+Blue) = 127+132+114=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8472 is #807B8D. Grayscale: #808080. Windows color (decimal): -8420238 or 7505023. OLE color: 7505023.

HSL color Cylindrical-coordinate representation of color #7F8472: hue angle of 76.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F8472 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 132 114 -
CMYK 0.04 0 0.14 0.48
HSL 76.67º 0.07% 0.48% -
HSV(B) 76.67º 0.14% 0.52% -
XYZ 20.04 22.23 19.15 -
YUV 128.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 127 132 114 0.04 0 0.14 0.48 76.67 0.07 0.48
Hex 7F 84 72 4 0 E 30 4D 7 30
Octal 177 204 162 4 0 16 60 115 7 60
Binary 1111111 10000100 1110010 100 0 1110 110000 1001101 111 110000

Color Harmonies of #7F8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8472

Black with #7F8472

Text Example


Text Example

White with #7F8472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,132,114); }

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

background-color css

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

 a { background-color: rgb(127,132,114); }

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

border-color css

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

 span { border-color: rgb(127,132,114); }

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