#777D32

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

Shades of Trendy Green #777D32

Tints of Trendy Green #777D32

Color information

#777D32 (or 0x777D32) is unknown color: approx Trendy Green. HEX triplet: 77, 7D and 32. RGB value is (119,125,50). Sum of RGB (Red+Green+Blue) = 119+125+50=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #777D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777D32 is #8882CD. Grayscale: #727272. Windows color (decimal): -8946382 or 3308919. OLE color: 3308919.

HSL color Cylindrical-coordinate representation of color #777D32: hue angle of 64.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #777D32 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB11912550-
CMYK0.0500.600.51
HSL64.8º42.86%34.31%-
HSV(B)64.8º60%49.02%-
XYZ15.5218.825.83-
YUV114.6691.51131.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=40.48%
G=42.52%
B=17.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119125500.0500.600.5164.842.8634.31
Hex777D32503C33412b22
Octal167175625074631015342
Binary1110111111110111001010101111001100111000001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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