#779335

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

Shades of Sushi #779335

Tints of Sushi #779335

Color information

#779335 (or 0x779335) is unknown color: approx Sushi. HEX triplet: 77, 93 and 35. RGB value is (119,147,53). Sum of RGB (Red+Green+Blue) = 119+147+53=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #779335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779335 is #886CCA. Grayscale: #808080. Windows color (decimal): -8940747 or 3511159. OLE color: 3511159.

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

Color convert

RGB11914753-
CMYK0.1900.640.42
HSL77.87º47%39.22%-
HSV(B)77.87º63.95%57.65%-
XYZ18.6825.057.22-
YUV127.9185.72121.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=37.30%
G=46.08%
B=16.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147530.1900.640.4277.874739.22
Hex779335130402A4e2f27
Octal16722365230100521165747
Binary11101111001001111010110011010000001010101001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779335; }

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

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

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

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

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

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

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

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