#778A5F

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

Shades of Highland #778A5F

Tints of Highland #778A5F

Color information

#778A5F (or 0x778A5F) is unknown color: approx Highland. HEX triplet: 77, 8A and 5F. RGB value is (119,138,95). Sum of RGB (Red+Green+Blue) = 119+138+95=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #778A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A5F is #8875A0. Grayscale: #7F7F7F. Windows color (decimal): -8943009 or 6261367. OLE color: 6261367.

HSL color Cylindrical-coordinate representation of color #778A5F: hue angle of 86.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778A5F is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11913895-
CMYK0.1400.310.46
HSL86.51º18.45%45.69%-
HSV(B)86.51º31.16%54.12%-
XYZ18.7622.9314.26-
YUV127.42109.71122-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=33.81%
G=39.20%
B=26.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119138950.1400.310.4686.5118.4545.69
Hex778A5FE01F2E57122e
Octal16721213716037561272256
Binary11101111000101010111111110011111101110101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,138,95); }

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

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

 a { background-color: rgb(119,138,95); }

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

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

 span { border-color: rgb(119,138,95); }

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