#77876B

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

Shades of Camouflage Green #77876B

Tints of Camouflage Green #77876B

Color information

#77876B (or 0x77876B) is unknown color: approx Camouflage Green. HEX triplet: 77, 87 and 6B. RGB value is (119,135,107). Sum of RGB (Red+Green+Blue) = 119+135+107=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #77876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77876B is #887894. Grayscale: #7F7F7F. Windows color (decimal): -8943765 or 7047031. OLE color: 7047031.

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

Color convert

RGB119135107-
CMYK0.1200.210.47
HSL94.29º11.57%47.45%-
HSV(B)94.29º20.74%52.94%-
XYZ18.9322.3117.22-
YUV127.02116.7122.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=32.96%
G=37.40%
B=29.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351070.1200.210.4794.2911.5747.45
Hex77876BC0152F5ec2f
Octal16720715314025571361457
Binary1110111100001111101011110001010110111110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77876B; }

 p { color: rgb(119,135,107); }

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

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

 a { background-color: rgb(119,135,107); }

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

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

 span { border-color: rgb(119,135,107); }

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