#779363

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

Shades of Highland #779363

Tints of Highland #779363

Color information

#779363 (or 0x779363) is unknown color: approx Highland. HEX triplet: 77, 93 and 63. RGB value is (119,147,99). Sum of RGB (Red+Green+Blue) = 119+147+99=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #779363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779363 is #886C9C. Grayscale: #858585. Windows color (decimal): -8940701 or 6525815. OLE color: 6525815.

HSL color Cylindrical-coordinate representation of color #779363: hue angle of 95º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779363 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB11914799-
CMYK0.1900.330.42
HSL95º19.51%48.24%-
HSV(B)95º32.65%57.65%-
XYZ20.2925.6915.69-
YUV133.16108.72117.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=32.60%
G=40.27%
B=27.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147990.1900.330.429519.5148.24
Hex779363130212A5f1430
Octal16722314323041521372460
Binary1110111100100111100011100110100001101010101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779363; }

 p { color: rgb(119,147,99); }

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

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

 a { background-color: rgb(119,147,99); }

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

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

 span { border-color: rgb(119,147,99); }

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