#778F60

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

Shades of Highland #778F60

Tints of Highland #778F60

Color information

#778F60 (or 0x778F60) is unknown color: approx Highland. HEX triplet: 77, 8F and 60. RGB value is (119,143,96). Sum of RGB (Red+Green+Blue) = 119+143+96=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #778F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F60 is #88709F. Grayscale: #828282. Windows color (decimal): -8941728 or 6328183. OLE color: 6328183.

HSL color Cylindrical-coordinate representation of color #778F60: hue angle of 90.64º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #778F60 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB11914396-
CMYK0.1700.330.44
HSL90.64º19.67%46.86%-
HSV(B)90.64º32.87%56.08%-
XYZ19.5424.4114.75-
YUV130.47108.55119.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=33.24%
G=39.94%
B=26.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143960.1700.330.4490.6419.6746.86
Hex778F60110212C5b142f
Octal16721714021041541332457
Binary1110111100011111100000100010100001101100101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,143,96); }

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

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

 a { background-color: rgb(119,143,96); }

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

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

 span { border-color: rgb(119,143,96); }

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