Html Css Color HEX #7E8768 Gunsmoke

📋 copy color: '#7E8768'

red 126 ◦ green 135 ◦ blue 104

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

Shades of Gunsmoke #7E8768

Tints of Gunsmoke #7E8768

RGB

 RED value IS 126 (49.61% from 255) = 34.52%

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 34.52%
G = 36.99%
B = 28.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#7E8768 (or 0x7E8768) is known color: Gunsmoke. HEX triplet: 7E, 87 and 68. RGB value is (126,135,104). Sum of RGB (Red+Green+Blue) = 126+135+104=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8768 is #817897. Grayscale: #808080. Windows color (decimal): -8485016 or 6850430. OLE color: 6850430.

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

Color convert

RGB 126 135 104 -
CMYK 0.07 0 0.23 0.47
HSL 77.42º 0.13% 0.47% -
HSV(B) 77.42º 0.23% 0.53% -
XYZ 19.77 22.76 16.45 -
YUV 128.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 126 135 104 0.07 0 0.23 0.47 77.42 0.13 0.47
Hex 7E 87 68 7 0 17 2F 4D D 2F
Octal 176 207 150 7 0 27 57 115 15 57
Binary 1111110 10000111 1101000 111 0 10111 101111 1001101 1101 101111

Color Harmonies of #7E8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8768

Black with #7E8768

Text Example


Text Example

White with #7E8768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,135,104); }

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

background-color css

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

 a { background-color: rgb(126,135,104); }

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

border-color css

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

 span { border-color: rgb(126,135,104); }

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