Html Css Color HEX #77972E Sushi

📋 copy color: '#77972E'

red 119 ◦ green 151 ◦ blue 46

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

Shades of Sushi #77972E

Tints of Sushi #77972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

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

R = 37.66%
G = 47.78%
B = 14.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#77972E (or 0x77972E) is known color: Sushi. HEX triplet: 77, 97 and 2E. RGB value is (119,151,46). Sum of RGB (Red+Green+Blue) = 119+151+46=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #77972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77972E is #8868D1. Grayscale: #818181. Windows color (decimal): -8939730 or 3053431. OLE color: 3053431.

HSL color Cylindrical-coordinate representation of color #77972E: hue angle of 78.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77972E is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 46 -
CMYK 0.21 0 0.70 0.41
HSL 78.29º 0.53% 0.39% -
HSV(B) 78.29º 0.7% 0.59% -
XYZ 19.17 26.25 6.64 -
YUV 129.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 119 151 46 0.21 0 0.70 0.41 78.29 0.53 0.39
Hex 77 97 2E 15 0 46 29 4E 35 27
Octal 167 227 56 25 0 106 51 116 65 47
Binary 1110111 10010111 101110 10101 0 1000110 101001 1001110 110101 100111

Color Harmonies of #77972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77972E

Black with #77972E

Text Example


Text Example

White with #77972E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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