#778B4C

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

Shades of Highland #778B4C

Tints of Highland #778B4C

Color information

#778B4C (or 0x778B4C) is unknown color: approx Highland. HEX triplet: 77, 8B and 4C. RGB value is (119,139,76). Sum of RGB (Red+Green+Blue) = 119+139+76=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #778B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B4C is #8874B3. Grayscale: #7E7E7E. Windows color (decimal): -8942772 or 5016439. OLE color: 5016439.

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

Color convert

RGB11913976-
CMYK0.1400.450.45
HSL79.05º29.3%42.16%-
HSV(B)79.05º45.32%54.51%-
XYZ18.1422.9110.3-
YUV125.8499.87123.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=35.63%
G=41.62%
B=22.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119139760.1400.450.4579.0529.342.16
Hex778B4CE02D2D4f1d2a
Octal16721311416055551173552
Binary111011110001011100110011100101101101101100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,139,76); }

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

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

 a { background-color: rgb(119,139,76); }

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

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

 span { border-color: rgb(119,139,76); }

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