#77865C

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

Shades of Highland #77865C

Tints of Highland #77865C

Color information

#77865C (or 0x77865C) is unknown color: approx Highland. HEX triplet: 77, 86 and 5C. RGB value is (119,134,92). Sum of RGB (Red+Green+Blue) = 119+134+92=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #77865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865C is #8879A3. Grayscale: #7C7C7C. Windows color (decimal): -8944036 or 6063735. OLE color: 6063735.

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

Color convert

RGB11913492-
CMYK0.1100.310.47
HSL81.43º18.58%44.31%-
HSV(B)81.43º31.34%52.55%-
XYZ18.0621.7413.37-
YUV124.73109.53123.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=34.49%
G=38.84%
B=26.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134920.1100.310.4781.4318.5844.31
Hex77865CB01F2F51132c
Octal16720613413037571212354
Binary11101111000011010111001011011111101111101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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