#779538

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

Shades of Sushi #779538

Tints of Sushi #779538

Color information

#779538 (or 0x779538) is unknown color: approx Sushi. HEX triplet: 77, 95 and 38. RGB value is (119,149,56). Sum of RGB (Red+Green+Blue) = 119+149+56=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #779538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779538 is #886AC7. Grayscale: #818181. Windows color (decimal): -8940232 or 3708279. OLE color: 3708279.

HSL color Cylindrical-coordinate representation of color #779538: hue angle of 79.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #779538 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB11914956-
CMYK0.2000.620.42
HSL79.35º45.37%40.2%-
HSV(B)79.35º62.42%58.43%-
XYZ19.0725.77.7-
YUV129.4386.56120.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=36.73%
G=45.99%
B=17.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149560.2000.620.4279.3545.3740.2
Hex7795381403E2A4f2d28
Octal1672257024076521175550
Binary1110111100101011110001010001111101010101001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779538; }

 p { color: rgb(119,149,56); }

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

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

 a { background-color: rgb(119,149,56); }

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

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

 span { border-color: rgb(119,149,56); }

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