#779134

Color #779134 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #779134

Tints of Sushi #779134

Color information

#779134 (or 0x779134) is unknown color: approx Sushi. HEX triplet: 77, 91 and 34. RGB value is (119,145,52). Sum of RGB (Red+Green+Blue) = 119+145+52=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #779134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779134 is #886ECB. Grayscale: #7E7E7E. Windows color (decimal): -8941260 or 3445111. OLE color: 3445111.

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

Color convert

RGB11914552-
CMYK0.1800.640.43
HSL76.77º47.21%38.63%-
HSV(B)76.77º64.14%56.86%-
XYZ18.3524.427-
YUV126.6285.89122.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=37.66%
G=45.89%
B=16.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145520.1800.640.4376.7747.2138.63
Hex779134120402B4d2f27
Octal16722164220100531155747
Binary11101111001000111010010010010000001010111001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779134; }

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

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

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

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

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

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

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

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