#77865B

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

Shades of Highland #77865B

Tints of Highland #77865B

Color information

#77865B (or 0x77865B) is unknown color: approx Highland. HEX triplet: 77, 86 and 5B. RGB value is (119,134,91). Sum of RGB (Red+Green+Blue) = 119+134+91=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #77865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865B is #8879A4. Grayscale: #7C7C7C. Windows color (decimal): -8944037 or 5998199. OLE color: 5998199.

HSL color Cylindrical-coordinate representation of color #77865B: hue angle of 80.93º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77865B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11913491-
CMYK0.1100.320.47
HSL80.93º19.11%44.12%-
HSV(B)80.93º32.09%52.55%-
XYZ18.0221.7313.14-
YUV124.61109.03124-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=34.59%
G=38.95%
B=26.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134910.1100.320.4780.9319.1144.12
Hex77865BB0202F51132c
Octal16720613313040571212354
Binary111011110000110101101110110100000101111101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77865B; }

 p { color: rgb(119,134,91); }

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

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

 a { background-color: rgb(119,134,91); }

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

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

 span { border-color: rgb(119,134,91); }

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