Html Css Color HEX #7F8675 Gunsmoke

📋 copy color: '#7F8675'

red 127 ◦ green 134 ◦ blue 117

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

Shades of Gunsmoke #7F8675

Tints of Gunsmoke #7F8675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.45%

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

R = 33.6%
G = 35.45%
B = 30.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#7F8675 (or 0x7F8675) is known color: Gunsmoke. HEX triplet: 7F, 86 and 75. RGB value is (127,134,117). Sum of RGB (Red+Green+Blue) = 127+134+117=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8675 is #80798A. Grayscale: #828282. Windows color (decimal): -8419723 or 7702143. OLE color: 7702143.

HSL color Cylindrical-coordinate representation of color #7F8675: hue angle of 84.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8675 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 134 117 -
CMYK 0.05 0 0.13 0.47
HSL 84.71º 0.07% 0.49% -
HSV(B) 84.71º 0.13% 0.53% -
XYZ 20.49 22.85 20.16 -
YUV 129.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 127 134 117 0.05 0 0.13 0.47 84.71 0.07 0.49
Hex 7F 86 75 5 0 D 2F 55 7 31
Octal 177 206 165 5 0 15 57 125 7 61
Binary 1111111 10000110 1110101 101 0 1101 101111 1010101 111 110001

Color Harmonies of #7F8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8675

Black with #7F8675

Text Example


Text Example

White with #7F8675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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