Html Css Color HEX #779132 Sushi

📋 copy color: '#779132'

red 119 ◦ green 145 ◦ blue 50

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

Shades of Sushi #779132

Tints of Sushi #779132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 37.9%
G = 46.18%
B = 15.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#779132 (or 0x779132) is known color: Sushi. HEX triplet: 77, 91 and 32. RGB value is (119,145,50). Sum of RGB (Red+Green+Blue) = 119+145+50=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #779132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779132 is #886ECD. Grayscale: #7E7E7E. Windows color (decimal): -8941262 or 3314039. OLE color: 3314039.

HSL color Cylindrical-coordinate representation of color #779132: hue angle of 76.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779132 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 50 -
CMYK 0.18 0 0.66 0.43
HSL 76.42º 0.49% 0.38% -
HSV(B) 76.42º 0.66% 0.57% -
XYZ 18.31 24.4 6.76 -
YUV 126.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 119 145 50 0.18 0 0.66 0.43 76.42 0.49 0.38
Hex 77 91 32 12 0 42 2B 4C 31 26
Octal 167 221 62 22 0 102 53 114 61 46
Binary 1110111 10010001 110010 10010 0 1000010 101011 1001100 110001 100110

Color Harmonies of #779132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779132

Black with #779132

Text Example


Text Example

White with #779132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779132; }

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

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

background-color css

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

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

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

border-color css

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

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

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