Html Css Color HEX #77912F Sushi

📋 copy color: '#77912F'

red 119 ◦ green 145 ◦ blue 47

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

Shades of Sushi #77912F

Tints of Sushi #77912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

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

R = 38.26%
G = 46.62%
B = 15.11%

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

#77912F (or 0x77912F) is known color: Sushi. HEX triplet: 77, 91 and 2F. RGB value is (119,145,47). Sum of RGB (Red+Green+Blue) = 119+145+47=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #77912F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77912F is #886ED0. Grayscale: #7E7E7E. Windows color (decimal): -8941265 or 3117431. OLE color: 3117431.

HSL color Cylindrical-coordinate representation of color #77912F: hue angle of 75.92º 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 #77912F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 47 -
CMYK 0.18 0 0.68 0.43
HSL 75.92º 0.51% 0.38% -
HSV(B) 75.92º 0.68% 0.57% -
XYZ 18.25 24.38 6.43 -
YUV 126.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 119 145 47 0.18 0 0.68 0.43 75.92 0.51 0.38
Hex 77 91 2F 12 0 44 2B 4C 33 26
Octal 167 221 57 22 0 104 53 114 63 46
Binary 1110111 10010001 101111 10010 0 1000100 101011 1001100 110011 100110

Color Harmonies of #77912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77912F

Black with #77912F

Text Example


Text Example

White with #77912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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