Html Css Color HEX #77922F Sushi

📋 copy color: '#77922F'

red 119 ◦ green 146 ◦ blue 47

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

Shades of Sushi #77922F

Tints of Sushi #77922F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 38.14%
G = 46.79%
B = 15.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#77922F (or 0x77922F) is known color: Sushi. HEX triplet: 77, 92 and 2F. RGB value is (119,146,47). Sum of RGB (Red+Green+Blue) = 119+146+47=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #77922F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77922F is #886DD0. Grayscale: #7F7F7F. Windows color (decimal): -8941009 or 3117687. OLE color: 3117687.

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

Color convert

RGB 119 146 47 -
CMYK 0.18 0 0.68 0.43
HSL 76.36º 0.51% 0.38% -
HSV(B) 76.36º 0.68% 0.57% -
XYZ 18.4 24.68 6.48 -
YUV 126.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 119 146 47 0.18 0 0.68 0.43 76.36 0.51 0.38
Hex 77 92 2F 12 0 44 2B 4C 33 26
Octal 167 222 57 22 0 104 53 114 63 46
Binary 1110111 10010010 101111 10010 0 1000100 101011 1001100 110011 100110

Color Harmonies of #77922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77922F

Black with #77922F

Text Example


Text Example

White with #77922F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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