Html Css Color HEX #779534 Sushi

📋 copy color: '#779534'

red 119 ◦ green 149 ◦ blue 52

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

Shades of Sushi #779534

Tints of Sushi #779534

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.7% from 255) = 16.25%

R = 37.19%
G = 46.56%
B = 16.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#779534 (or 0x779534) is known color: 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

RGB 119 149 52 -
CMYK 0.20 0 0.65 0.42
HSL 78.56º 0.48% 0.39% -
HSV(B) 78.56º 0.65% 0.58% -
XYZ 18.98 25.66 7.2 -
YUV 128.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 119 149 52 0.20 0 0.65 0.42 78.56 0.48 0.39
Hex 77 95 34 14 0 41 2A 4F 30 27
Octal 167 225 64 24 0 101 52 117 60 47
Binary 1110111 10010101 110100 10100 0 1000001 101010 1001111 110000 100111

Color Harmonies of #779534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779534

Black with #779534

Text Example


Text Example

White with #779534

Text Example


Text Example

HTML Codes & Css Web 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>