Html Css Color HEX #77922A Sushi

📋 copy color: '#77922A'

red 119 ◦ green 146 ◦ blue 42

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

Shades of Sushi #77922A

Tints of Sushi #77922A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 38.76%
G = 47.56%
B = 13.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#77922A (or 0x77922A) is known color: Sushi. HEX triplet: 77, 92 and 2A. RGB value is (119,146,42). Sum of RGB (Red+Green+Blue) = 119+146+42=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #77922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77922A is #886DD5. Grayscale: #7E7E7E. Windows color (decimal): -8941014 or 2790007. OLE color: 2790007.

HSL color Cylindrical-coordinate representation of color #77922A: hue angle of 75.58º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77922A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 42 -
CMYK 0.18 0 0.71 0.43
HSL 75.58º 0.55% 0.37% -
HSV(B) 75.58º 0.71% 0.57% -
XYZ 18.3 24.65 5.98 -
YUV 126.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 119 146 42 0.18 0 0.71 0.43 75.58 0.55 0.37
Hex 77 92 2A 12 0 47 2B 4C 37 25
Octal 167 222 52 22 0 107 53 114 67 45
Binary 1110111 10010010 101010 10010 0 1000111 101011 1001100 110111 100101

Color Harmonies of #77922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77922A

Black with #77922A

Text Example


Text Example

White with #77922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77922A; }

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

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

background-color css

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

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

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

border-color css

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

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

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