#779527

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

Shades of Sushi #779527

Tints of Sushi #779527

Color information

#779527 (or 0x779527) is unknown color: approx Sushi. HEX triplet: 77, 95 and 27. RGB value is (119,149,39). Sum of RGB (Red+Green+Blue) = 119+149+39=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #779527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779527 is #886AD8. Grayscale: #7F7F7F. Windows color (decimal): -8940249 or 2594167. OLE color: 2594167.

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

Color convert

RGB11914939-
CMYK0.2000.740.42
HSL76.36º58.51%36.86%-
HSV(B)76.36º73.83%58.43%-
XYZ18.7225.565.87-
YUV127.4978.06121.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=38.76%
G=48.53%
B=12.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149390.2000.740.4276.3658.5136.86
Hex7795271404A2A4c3b25
Octal16722547240112521147345
Binary11101111001010110011110100010010101010101001100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779527; }

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

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

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

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

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

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

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

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