#778755

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

Shades of Highland #778755

Tints of Highland #778755

Color information

#778755 (or 0x778755) is unknown color: approx Highland. HEX triplet: 77, 87 and 55. RGB value is (119,135,85). Sum of RGB (Red+Green+Blue) = 119+135+85=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #778755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778755 is #8878AA. Grayscale: #7C7C7C. Windows color (decimal): -8943787 or 5605239. OLE color: 5605239.

HSL color Cylindrical-coordinate representation of color #778755: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778755 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB11913585-
CMYK0.1200.370.47
HSL79.2º22.73%43.14%-
HSV(B)79.2º37.04%52.94%-
XYZ17.9121.9111.88-
YUV124.52105.7124.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=35.10%
G=39.82%
B=25.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135850.1200.370.4779.222.7343.14
Hex778755C0252F4f172b
Octal16720712514045571172753
Binary111011110000111101010111000100101101111100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778755; }

 p { color: rgb(119,135,85); }

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

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

 a { background-color: rgb(119,135,85); }

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

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

 span { border-color: rgb(119,135,85); }

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