Html Css Color HEX #779334 Sushi

📋 copy color: '#779334'

red 119 ◦ green 147 ◦ blue 52

#779334
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #779334

Tints of Sushi #779334

RGB

 RED value IS 119 (46.88% from 255) = 37.42%

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 37.42%
G = 46.23%
B = 16.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#779334 (or 0x779334) is known color: Sushi. HEX triplet: 77, 93 and 34. RGB value is (119,147,52). Sum of RGB (Red+Green+Blue) = 119+147+52=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #779334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779334 is #886CCB. Grayscale: #808080. Windows color (decimal): -8940748 or 3445623. OLE color: 3445623.

HSL color Cylindrical-coordinate representation of color #779334: hue angle of 77.68º 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 #779334 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 52 -
CMYK 0.19 0 0.65 0.42
HSL 77.68º 0.48% 0.39% -
HSV(B) 77.68º 0.65% 0.58% -
XYZ 18.66 25.04 7.1 -
YUV 127.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 119 147 52 0.19 0 0.65 0.42 77.68 0.48 0.39
Hex 77 93 34 13 0 41 2A 4E 30 27
Octal 167 223 64 23 0 101 52 116 60 47
Binary 1110111 10010011 110100 10011 0 1000001 101010 1001110 110000 100111

Color Harmonies of #779334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779334

Black with #779334

Text Example


Text Example

White with #779334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779334; }

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

 H1.HeaderClassName
 {
   color: #779334;
 }
 .AnyTagClassName
 {
   color: #779334;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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