Html Css Color HEX #7F8575 Gunsmoke

📋 copy color: '#7F8575'

red 127 ◦ green 133 ◦ blue 117

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

Shades of Gunsmoke #7F8575

Tints of Gunsmoke #7F8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 33.69%
G = 35.28%
B = 31.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#7F8575 (or 0x7F8575) is known color: Gunsmoke. HEX triplet: 7F, 85 and 75. RGB value is (127,133,117). Sum of RGB (Red+Green+Blue) = 127+133+117=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8575 is #807A8A. Grayscale: #818181. Windows color (decimal): -8419979 or 7701887. OLE color: 7701887.

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

Color convert

RGB 127 133 117 -
CMYK 0.05 0 0.12 0.48
HSL 82.5º 0.06% 0.49% -
HSV(B) 82.5º 0.12% 0.52% -
XYZ 20.35 22.57 20.11 -
YUV 129.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 127 133 117 0.05 0 0.12 0.48 82.5 0.06 0.49
Hex 7F 85 75 5 0 C 30 52 6 31
Octal 177 205 165 5 0 14 60 122 6 61
Binary 1111111 10000101 1110101 101 0 1100 110000 1010010 110 110001

Color Harmonies of #7F8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8575

Black with #7F8575

Text Example


Text Example

White with #7F8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,133,117); }

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

background-color css

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

 a { background-color: rgb(127,133,117); }

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

border-color css

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

 span { border-color: rgb(127,133,117); }

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