Html Css Color HEX #779232 Sushi

📋 copy color: '#779232'

red 119 ◦ green 146 ◦ blue 50

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

Shades of Sushi #779232

Tints of Sushi #779232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 37.78%
G = 46.35%
B = 15.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#779232 (or 0x779232) is known color: Sushi. HEX triplet: 77, 92 and 32. RGB value is (119,146,50). Sum of RGB (Red+Green+Blue) = 119+146+50=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #779232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779232 is #886DCD. Grayscale: #7F7F7F. Windows color (decimal): -8941006 or 3314295. OLE color: 3314295.

HSL color Cylindrical-coordinate representation of color #779232: hue angle of 76.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779232 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 50 -
CMYK 0.18 0 0.66 0.43
HSL 76.88º 0.49% 0.38% -
HSV(B) 76.88º 0.66% 0.57% -
XYZ 18.46 24.71 6.81 -
YUV 126.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 119 146 50 0.18 0 0.66 0.43 76.88 0.49 0.38
Hex 77 92 32 12 0 42 2B 4D 31 26
Octal 167 222 62 22 0 102 53 115 61 46
Binary 1110111 10010010 110010 10010 0 1000010 101011 1001101 110001 100110

Color Harmonies of #779232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779232

Black with #779232

Text Example


Text Example

White with #779232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779232; }

 p { color: rgb(119,146,50); }

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

background-color css

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

 a { background-color: rgb(119,146,50); }

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

border-color css

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

 span { border-color: rgb(119,146,50); }

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