#77952B

Color #77952B Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #77952B

Tints of Sushi #77952B

Color information

#77952B (or 0x77952B) is unknown color: approx 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

RGB11914943-
CMYK0.2000.710.42
HSL76.98º55.21%37.65%-
HSV(B)76.98º71.14%58.43%-
XYZ18.7925.596.23-
YUV127.9580.06121.62-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149430.2000.710.4276.9855.2137.65
Hex77952B140472A4d3726
Octal16722553240107521156746
Binary11101111001010110101110100010001111010101001101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>