Html Css Color HEX #7E8576 Camouflage Green

📋 copy color: '#7E8576'

red 126 ◦ green 133 ◦ blue 118

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

Shades of Camouflage Green #7E8576

Tints of Camouflage Green #7E8576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 33.42%
G = 35.28%
B = 31.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#7E8576 (or 0x7E8576) is known color: Camouflage Green. HEX triplet: 7E, 85 and 76. RGB value is (126,133,118). Sum of RGB (Red+Green+Blue) = 126+133+118=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8576 is #817A89. Grayscale: #818181. Windows color (decimal): -8485514 or 7767422. OLE color: 7767422.

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

Color convert

RGB 126 133 118 -
CMYK 0.05 0 0.11 0.48
HSL 88º 0.06% 0.49% -
HSV(B) 88º 0.11% 0.52% -
XYZ 20.26 22.52 20.42 -
YUV 129.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 126 133 118 0.05 0 0.11 0.48 88 0.06 0.49
Hex 7E 85 76 5 0 B 30 58 6 31
Octal 176 205 166 5 0 13 60 130 6 61
Binary 1111110 10000101 1110110 101 0 1011 110000 1011000 110 110001

Color Harmonies of #7E8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8576

Black with #7E8576

Text Example


Text Example

White with #7E8576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,118); }

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

background-color css

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

 a { background-color: rgb(126,133,118); }

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

border-color css

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

 span { border-color: rgb(126,133,118); }

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