Html Css Color HEX #77932E Sushi

📋 copy color: '#77932E'

red 119 ◦ green 147 ◦ blue 46

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

Shades of Sushi #77932E

Tints of Sushi #77932E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 38.14%
G = 47.12%
B = 14.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#77932E (or 0x77932E) is known color: Sushi. HEX triplet: 77, 93 and 2E. RGB value is (119,147,46). Sum of RGB (Red+Green+Blue) = 119+147+46=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #77932E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77932E is #886CD1. Grayscale: #7F7F7F. Windows color (decimal): -8940754 or 3052407. OLE color: 3052407.

HSL color Cylindrical-coordinate representation of color #77932E: hue angle of 76.63º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77932E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 46 -
CMYK 0.19 0 0.69 0.42
HSL 76.63º 0.52% 0.38% -
HSV(B) 76.63º 0.69% 0.58% -
XYZ 18.53 24.99 6.43 -
YUV 127.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 119 147 46 0.19 0 0.69 0.42 76.63 0.52 0.38
Hex 77 93 2E 13 0 45 2A 4D 34 26
Octal 167 223 56 23 0 105 52 115 64 46
Binary 1110111 10010011 101110 10011 0 1000101 101010 1001101 110100 100110

Color Harmonies of #77932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77932E

Black with #77932E

Text Example


Text Example

White with #77932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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