Html Css Color HEX #7F8373 Gunsmoke

📋 copy color: '#7F8373'

red 127 ◦ green 131 ◦ blue 115

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

Shades of Gunsmoke #7F8373

Tints of Gunsmoke #7F8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 34.05%
G = 35.12%
B = 30.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#7F8373 (or 0x7F8373) is known color: Gunsmoke. HEX triplet: 7F, 83 and 73. RGB value is (127,131,115). Sum of RGB (Red+Green+Blue) = 127+131+115=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8373 is #807C8C. Grayscale: #808080. Windows color (decimal): -8420493 or 7570303. OLE color: 7570303.

HSL color Cylindrical-coordinate representation of color #7F8373: hue angle of 75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8373 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 131 115 -
CMYK 0.03 0 0.12 0.49
HSL 75º 0.07% 0.48% -
HSV(B) 75º 0.12% 0.51% -
XYZ 19.96 21.98 19.41 -
YUV 127.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 127 131 115 0.03 0 0.12 0.49 75 0.07 0.48
Hex 7F 83 73 3 0 C 31 4B 7 30
Octal 177 203 163 3 0 14 61 113 7 60
Binary 1111111 10000011 1110011 11 0 1100 110001 1001011 111 110000

Color Harmonies of #7F8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8373

Black with #7F8373

Text Example


Text Example

White with #7F8373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,131,115); }

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

background-color css

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

 a { background-color: rgb(127,131,115); }

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

border-color css

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

 span { border-color: rgb(127,131,115); }

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