Html Css Color HEX #77953C Sushi

📋 copy color: '#77953C'

red 119 ◦ green 149 ◦ blue 60

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

Shades of Sushi #77953C

Tints of Sushi #77953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 36.28%
G = 45.43%
B = 18.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#77953C (or 0x77953C) is known color: Sushi. HEX triplet: 77, 95 and 3C. RGB value is (119,149,60). Sum of RGB (Red+Green+Blue) = 119+149+60=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #77953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77953C is #886AC3. Grayscale: #828282. Windows color (decimal): -8940228 or 3970423. OLE color: 3970423.

HSL color Cylindrical-coordinate representation of color #77953C: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77953C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 60 -
CMYK 0.20 0 0.60 0.42
HSL 80.22º 0.43% 0.41% -
HSV(B) 80.22º 0.6% 0.58% -
XYZ 19.17 25.74 8.23 -
YUV 129.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 119 149 60 0.20 0 0.60 0.42 80.22 0.43 0.41
Hex 77 95 3C 14 0 3C 2A 50 2B 29
Octal 167 225 74 24 0 74 52 120 53 51
Binary 1110111 10010101 111100 10100 0 111100 101010 1010000 101011 101001

Color Harmonies of #77953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77953C

Black with #77953C

Text Example


Text Example

White with #77953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77953C; }

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

 H1.HeaderClassName
 {
   color: #77953C;
 }
 .AnyTagClassName
 {
   color: #77953C;
 }
</style>

background-color css

<style>
 a { background-color: #77953C; }

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

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

border-color css

<style>
 span { border-color: #77953C; }

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

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