#779534

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

Shades of Sushi #779534

Tints of Sushi #779534

Color information

#779534 (or 0x779534) is unknown color: approx Sushi. HEX triplet: 77, 95 and 34. RGB value is (119,149,52). Sum of RGB (Red+Green+Blue) = 119+149+52=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #779534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779534 is #886ACB. Grayscale: #818181. Windows color (decimal): -8940236 or 3446135. OLE color: 3446135.

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

Color convert

RGB11914952-
CMYK0.2000.650.42
HSL78.56º48.26%39.41%-
HSV(B)78.56º65.1%58.43%-
XYZ18.9825.667.2-
YUV128.9784.56120.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=37.19%
G=46.56%
B=16.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149520.2000.650.4278.5648.2639.41
Hex779534140412A4f3027
Octal16722564240101521176047
Binary11101111001010111010010100010000011010101001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779534; }

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

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

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

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

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

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

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

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