Html Css Color HEX #779742 Sushi

📋 copy color: '#779742'

red 119 ◦ green 151 ◦ blue 66

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

Shades of Sushi #779742

Tints of Sushi #779742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 35.42%
G = 44.94%
B = 19.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#779742 (or 0x779742) is known color: Sushi. HEX triplet: 77, 97 and 42. RGB value is (119,151,66). Sum of RGB (Red+Green+Blue) = 119+151+66=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #779742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779742 is #8868BD. Grayscale: #848484. Windows color (decimal): -8939710 or 4364151. OLE color: 4364151.

HSL color Cylindrical-coordinate representation of color #779742: hue angle of 82.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #779742 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 66 -
CMYK 0.21 0 0.56 0.41
HSL 82.59º 0.39% 0.43% -
HSV(B) 82.59º 0.56% 0.59% -
XYZ 19.66 26.45 9.22 -
YUV 131.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 119 151 66 0.21 0 0.56 0.41 82.59 0.39 0.43
Hex 77 97 42 15 0 38 29 53 27 2B
Octal 167 227 102 25 0 70 51 123 47 53
Binary 1110111 10010111 1000010 10101 0 111000 101001 1010011 100111 101011

Color Harmonies of #779742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779742

Black with #779742

Text Example


Text Example

White with #779742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779742; }

 p { color: rgb(119,151,66); }

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

background-color css

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

 a { background-color: rgb(119,151,66); }

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

border-color css

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

 span { border-color: rgb(119,151,66); }

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