Html Css Color HEX #777A1C Trendy Green

📋 copy color: '#777A1C'

red 119 ◦ green 122 ◦ blue 28

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

Shades of Trendy Green #777A1C

Tints of Trendy Green #777A1C

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 122 (48.05% from 255) = 45.35%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 44.24%
G = 45.35%
B = 10.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#777A1C (or 0x777A1C) is known color: Trendy Green. HEX triplet: 77, 7A and 1C. RGB value is (119,122,28). Sum of RGB (Red+Green+Blue) = 119+122+28=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #777A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A1C is #8885E3. Grayscale: #6E6E6E. Windows color (decimal): -8947172 or 1866359. OLE color: 1866359.

HSL color Cylindrical-coordinate representation of color #777A1C: hue angle of 61.91º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #777A1C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 28 -
CMYK 0.02 0 0.77 0.52
HSL 61.91º 0.63% 0.29% -
HSV(B) 61.91º 0.77% 0.48% -
XYZ 14.78 17.92 3.78 -
YUV 110.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 119 122 28 0.02 0 0.77 0.52 61.91 0.63 0.29
Hex 77 7A 1C 2 0 4D 34 3E 3F 1D
Octal 167 172 34 2 0 115 64 76 77 35
Binary 1110111 1111010 11100 10 0 1001101 110100 111110 111111 11101

Color Harmonies of #777A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A1C

Black with #777A1C

Text Example


Text Example

White with #777A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,28); }

 H1.HeaderClassName
 {
   color: #777A1C;
 }
 .AnyTagClassName
 {
   color: #777A1C;
 }
</style>

background-color css

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

 a { background-color: rgb(119,122,28); }

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

border-color css

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

 span { border-color: rgb(119,122,28); }

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