Html Css Color HEX #7D8377 Camouflage Green

📋 copy color: '#7D8377'

red 125 ◦ green 131 ◦ blue 119

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

Shades of Camouflage Green #7D8377

Tints of Camouflage Green #7D8377

RGB

 RED value IS 125 (49.22% from 255) = 33.33%

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 33.33%
G = 34.93%
B = 31.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#7D8377 (or 0x7D8377) is known color: Camouflage Green. HEX triplet: 7D, 83 and 77. RGB value is (125,131,119). Sum of RGB (Red+Green+Blue) = 125+131+119=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #7D8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8377 is #827C88. Grayscale: #7F7F7F. Windows color (decimal): -8551561 or 7832445. OLE color: 7832445.

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

Color convert

RGB 125 131 119 -
CMYK 0.05 0 0.09 0.49
HSL 90º 0.05% 0.49% -
HSV(B) 90º 0.09% 0.51% -
XYZ 19.9 21.92 20.64 -
YUV 127.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 125 131 119 0.05 0 0.09 0.49 90 0.05 0.49
Hex 7D 83 77 5 0 9 31 5A 5 31
Octal 175 203 167 5 0 11 61 132 5 61
Binary 1111101 10000011 1110111 101 0 1001 110001 1011010 101 110001

Color Harmonies of #7D8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8377

Black with #7D8377

Text Example


Text Example

White with #7D8377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,131,119); }

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

background-color css

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

 a { background-color: rgb(125,131,119); }

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

border-color css

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

 span { border-color: rgb(125,131,119); }

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