#77855B

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

Shades of Highland #77855B

Tints of Highland #77855B

Color information

#77855B (or 0x77855B) is unknown color: approx Highland. HEX triplet: 77, 85 and 5B. RGB value is (119,133,91). Sum of RGB (Red+Green+Blue) = 119+133+91=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #77855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855B is #887AA4. Grayscale: #7C7C7C. Windows color (decimal): -8944293 or 5997943. OLE color: 5997943.

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

Color convert

RGB11913391-
CMYK0.1100.320.48
HSL80º18.75%43.92%-
HSV(B)80º31.58%52.16%-
XYZ17.8821.4513.1-
YUV124.03109.36124.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=34.69%
G=38.78%
B=26.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133910.1100.320.488018.7543.92
Hex77855BB0203050132c
Octal16720513313040601202354
Binary111011110000101101101110110100000110000101000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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