Html Css Color HEX #77952B Sushi

📋 copy color: '#77952B'

red 119 ◦ green 149 ◦ blue 43

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

Shades of Sushi #77952B

Tints of Sushi #77952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 38.26%
G = 47.91%
B = 13.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#77952B (or 0x77952B) is known color: Sushi. HEX triplet: 77, 95 and 2B. RGB value is (119,149,43). Sum of RGB (Red+Green+Blue) = 119+149+43=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #77952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77952B is #886AD4. Grayscale: #808080. Windows color (decimal): -8940245 or 2856311. OLE color: 2856311.

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

Color convert

RGB 119 149 43 -
CMYK 0.20 0 0.71 0.42
HSL 76.98º 0.55% 0.38% -
HSV(B) 76.98º 0.71% 0.58% -
XYZ 18.79 25.59 6.23 -
YUV 127.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 119 149 43 0.20 0 0.71 0.42 76.98 0.55 0.38
Hex 77 95 2B 14 0 47 2A 4D 37 26
Octal 167 225 53 24 0 107 52 115 67 46
Binary 1110111 10010101 101011 10100 0 1000111 101010 1001101 110111 100110

Color Harmonies of #77952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77952B

Black with #77952B

Text Example


Text Example

White with #77952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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