#778C51

Color #778C51 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #778C51

Tints of Highland #778C51

Color information

#778C51 (or 0x778C51) is unknown color: approx Highland. HEX triplet: 77, 8C and 51. RGB value is (119,140,81). Sum of RGB (Red+Green+Blue) = 119+140+81=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #778C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C51 is #8873AE. Grayscale: #7F7F7F. Windows color (decimal): -8942511 or 5344375. OLE color: 5344375.

HSL color Cylindrical-coordinate representation of color #778C51: hue angle of 81.36º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778C51 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB11914081-
CMYK0.1500.420.45
HSL81.36º26.7%43.33%-
HSV(B)81.36º42.14%54.9%-
XYZ18.4723.2711.3-
YUV126.99102.04122.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=35%
G=41.18%
B=23.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119140810.1500.420.4581.3626.743.33
Hex778C51F02A2D511b2b
Octal16721412117052551213353
Binary111011110001100101000111110101010101101101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778C51; }

 p { color: rgb(119,140,81); }

 H1.HeaderClassName
 {
   color: #778C51;
 }
 .AnyTagClassName
 {
   color: #778C51;
 }
</style>
background-color css

<style>
 a { background-color: #778C51; }

 a { background-color: rgb(119,140,81); }

 div.DivClassName
 {
   background-color: #778C51;
 }
 .BgClassName
 {
   background-color: #778C51;
 }
</style>
border-color css

<style>
 span { border-color: #778C51; }

 span { border-color: rgb(119,140,81); }

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