Html Css Color HEX #77912E Sushi

📋 copy color: '#77912E'

red 119 ◦ green 145 ◦ blue 46

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

Shades of Sushi #77912E

Tints of Sushi #77912E

RGB

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

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

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

R = 38.39%
G = 46.77%
B = 14.84%

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

#77912E (or 0x77912E) is known color: Sushi. HEX triplet: 77, 91 and 2E. RGB value is (119,145,46). Sum of RGB (Red+Green+Blue) = 119+145+46=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #77912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77912E is #886ED1. Grayscale: #7E7E7E. Windows color (decimal): -8941266 or 3051895. OLE color: 3051895.

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

Color convert

RGB 119 145 46 -
CMYK 0.18 0 0.68 0.43
HSL 75.76º 0.52% 0.37% -
HSV(B) 75.76º 0.68% 0.57% -
XYZ 18.23 24.37 6.33 -
YUV 125.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 119 145 46 0.18 0 0.68 0.43 75.76 0.52 0.37
Hex 77 91 2E 12 0 44 2B 4C 34 25
Octal 167 221 56 22 0 104 53 114 64 45
Binary 1110111 10010001 101110 10010 0 1000100 101011 1001100 110100 100101

Color Harmonies of #77912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77912E

Black with #77912E

Text Example


Text Example

White with #77912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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