Html Css Color HEX #77952E Sushi

📋 copy color: '#77952E'

red 119 ◦ green 149 ◦ blue 46

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

Shades of Sushi #77952E

Tints of Sushi #77952E

RGB

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

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

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

R = 37.9%
G = 47.45%
B = 14.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#77952E (or 0x77952E) is known color: Sushi. HEX triplet: 77, 95 and 2E. RGB value is (119,149,46). Sum of RGB (Red+Green+Blue) = 119+149+46=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #77952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77952E is #886AD1. Grayscale: #808080. Windows color (decimal): -8940242 or 3052919. OLE color: 3052919.

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

Color convert

RGB 119 149 46 -
CMYK 0.20 0 0.69 0.42
HSL 77.48º 0.53% 0.38% -
HSV(B) 77.48º 0.69% 0.58% -
XYZ 18.85 25.61 6.54 -
YUV 128.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 119 149 46 0.20 0 0.69 0.42 77.48 0.53 0.38
Hex 77 95 2E 14 0 45 2A 4D 35 26
Octal 167 225 56 24 0 105 52 115 65 46
Binary 1110111 10010101 101110 10100 0 1000101 101010 1001101 110101 100110

Color Harmonies of #77952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77952E

Black with #77952E

Text Example


Text Example

White with #77952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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