#747771

Color #747771 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #747771

Tints of Camouflage Green #747771

Color information

#747771 (or 0x747771) is unknown color: approx Camouflage Green. HEX triplet: 74, 77 and 71. RGB value is (116,119,113). Sum of RGB (Red+Green+Blue) = 116+119+113=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 119 - color contains mainly: green. Hex color #747771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747771 is #8B888E. Grayscale: #757575. Windows color (decimal): -9144463 or 7436148. OLE color: 7436148.

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

Color convert

RGB116119113-
CMYK0.0300.050.53
HSL90º2.59%45.49%-
HSV(B)90º5.04%46.67%-
XYZ16.7818.118.23-
YUV117.42125.51126.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=33.33%
G=34.20%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191130.0300.050.53902.5945.49
Hex747771305355a32d
Octal16416716130565132355
Binary111010011101111110001110101110101101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747771; }

 p { color: rgb(116,119,113); }

 H1.HeaderClassName
 {
   color: #747771;
 }
 .AnyTagClassName
 {
   color: #747771;
 }
</style>
background-color css

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

 a { background-color: rgb(116,119,113); }

 div.DivClassName
 {
   background-color: #747771;
 }
 .BgClassName
 {
   background-color: #747771;
 }
</style>
border-color css

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

 span { border-color: rgb(116,119,113); }

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