Html Css Color HEX #77952A Sushi

📋 copy color: '#77952A'

red 119 ◦ green 149 ◦ blue 42

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

Shades of Sushi #77952A

Tints of Sushi #77952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

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

R = 38.39%
G = 48.06%
B = 13.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#77952A (or 0x77952A) is known color: Sushi. HEX triplet: 77, 95 and 2A. RGB value is (119,149,42). Sum of RGB (Red+Green+Blue) = 119+149+42=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #77952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77952A is #886AD5. Grayscale: #808080. Windows color (decimal): -8940246 or 2790775. OLE color: 2790775.

HSL color Cylindrical-coordinate representation of color #77952A: hue angle of 76.82º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77952A is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 42 -
CMYK 0.20 0 0.72 0.42
HSL 76.82º 0.56% 0.37% -
HSV(B) 76.82º 0.72% 0.58% -
XYZ 18.77 25.58 6.14 -
YUV 127.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 119 149 42 0.20 0 0.72 0.42 76.82 0.56 0.37
Hex 77 95 2A 14 0 48 2A 4D 38 25
Octal 167 225 52 24 0 110 52 115 70 45
Binary 1110111 10010101 101010 10100 0 1001000 101010 1001101 111000 100101

Color Harmonies of #77952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77952A

Black with #77952A

Text Example


Text Example

White with #77952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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