Html Css Color HEX #7F827A Gunsmoke

📋 copy color: '#7F827A'

red 127 ◦ green 130 ◦ blue 122

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

Shades of Gunsmoke #7F827A

Tints of Gunsmoke #7F827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 33.51%
G = 34.3%
B = 32.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#7F827A (or 0x7F827A) is known color: Gunsmoke. HEX triplet: 7F, 82 and 7A. RGB value is (127,130,122). Sum of RGB (Red+Green+Blue) = 127+130+122=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 130 - color contains mainly: green. Hex color #7F827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F827A is #807D85. Grayscale: #808080. Windows color (decimal): -8420742 or 8028799. OLE color: 8028799.

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

Color convert

RGB 127 130 122 -
CMYK 0.02 0 0.06 0.49
HSL 82.5º 0.03% 0.49% -
HSV(B) 82.5º 0.06% 0.51% -
XYZ 20.25 21.88 21.57 -
YUV 128.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 127 130 122 0.02 0 0.06 0.49 82.5 0.03 0.49
Hex 7F 82 7A 2 0 6 31 52 3 31
Octal 177 202 172 2 0 6 61 122 3 61
Binary 1111111 10000010 1111010 10 0 110 110001 1010010 11 110001

Color Harmonies of #7F827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F827A

Black with #7F827A

Text Example


Text Example

White with #7F827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,130,122); }

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

background-color css

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

 a { background-color: rgb(127,130,122); }

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

border-color css

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

 span { border-color: rgb(127,130,122); }

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