Html Css Color HEX #779832 Sushi

📋 copy color: '#779832'

red 119 ◦ green 152 ◦ blue 50

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

Shades of Sushi #779832

Tints of Sushi #779832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

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

R = 37.07%
G = 47.35%
B = 15.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#779832 (or 0x779832) is known color: Sushi. HEX triplet: 77, 98 and 32. RGB value is (119,152,50). Sum of RGB (Red+Green+Blue) = 119+152+50=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #779832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779832 is #8867CD. Grayscale: #828282. Windows color (decimal): -8939470 or 3315831. OLE color: 3315831.

HSL color Cylindrical-coordinate representation of color #779832: hue angle of 79.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #779832 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 50 -
CMYK 0.22 0 0.67 0.40
HSL 79.41º 0.5% 0.4% -
HSV(B) 79.41º 0.67% 0.6% -
XYZ 19.41 26.61 7.13 -
YUV 130.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 119 152 50 0.22 0 0.67 0.40 79.41 0.5 0.4
Hex 77 98 32 16 0 43 28 4F 32 28
Octal 167 230 62 26 0 103 50 117 62 50
Binary 1110111 10011000 110010 10110 0 1000011 101000 1001111 110010 101000

Color Harmonies of #779832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779832

Black with #779832

Text Example


Text Example

White with #779832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779832; }

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

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

background-color css

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

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

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

border-color css

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

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

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