Html Css Color HEX #779332 Sushi

📋 copy color: '#779332'

red 119 ◦ green 147 ◦ blue 50

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

Shades of Sushi #779332

Tints of Sushi #779332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 37.66%
G = 46.52%
B = 15.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#779332 (or 0x779332) is known color: Sushi. HEX triplet: 77, 93 and 32. RGB value is (119,147,50). Sum of RGB (Red+Green+Blue) = 119+147+50=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #779332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779332 is #886CCD. Grayscale: #7F7F7F. Windows color (decimal): -8940750 or 3314551. OLE color: 3314551.

HSL color Cylindrical-coordinate representation of color #779332: hue angle of 77.32º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779332 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 50 -
CMYK 0.19 0 0.66 0.42
HSL 77.32º 0.49% 0.39% -
HSV(B) 77.32º 0.66% 0.58% -
XYZ 18.62 25.02 6.87 -
YUV 127.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 119 147 50 0.19 0 0.66 0.42 77.32 0.49 0.39
Hex 77 93 32 13 0 42 2A 4D 31 27
Octal 167 223 62 23 0 102 52 115 61 47
Binary 1110111 10010011 110010 10011 0 1000010 101010 1001101 110001 100111

Color Harmonies of #779332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779332

Black with #779332

Text Example


Text Example

White with #779332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779332; }

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

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

background-color css

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

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

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

border-color css

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

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

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