#777C1B

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

Shades of Trendy Green #777C1B

Tints of Trendy Green #777C1B

Color information

#777C1B (or 0x777C1B) is unknown color: approx Trendy Green. HEX triplet: 77, 7C and 1B. RGB value is (119,124,27). Sum of RGB (Red+Green+Blue) = 119+124+27=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #777C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777C1B is #8883E4. Grayscale: #6F6F6F. Windows color (decimal): -8946661 or 1801335. OLE color: 1801335.

HSL color Cylindrical-coordinate representation of color #777C1B: hue angle of 63.09º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #777C1B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB11912427-
CMYK0.0400.780.51
HSL63.09º64.24%29.61%-
HSV(B)63.09º78.23%48.63%-
XYZ15.0118.423.8-
YUV111.4580.34133.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 124 (48.83% from 255) = 45.93%
BLUE value IS 27 (10.94% from 255) = 10%
R=44.07%
G=45.93%
B=10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119124270.0400.780.5163.0964.2429.61
Hex777C1B404E333f401e
Octal1671743340116637710036
Binary111011111111001101110001001110110011111111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777C1B; }

 p { color: rgb(119,124,27); }

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

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

 a { background-color: rgb(119,124,27); }

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

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

 span { border-color: rgb(119,124,27); }

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