#7C885E

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

Shades of Highland #7C885E

Tints of Highland #7C885E

Color information

#7C885E (or 0x7C885E) is unknown color: approx Highland. HEX triplet: 7C, 88 and 5E. RGB value is (124,136,94). Sum of RGB (Red+Green+Blue) = 124+136+94=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #7C885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C885E is #8377A1. Grayscale: #7F7F7F. Windows color (decimal): -8615842 or 6195324. OLE color: 6195324.

HSL color Cylindrical-coordinate representation of color #7C885E: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C885E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12413694-
CMYK0.0900.310.47
HSL77.14º18.26%45.1%-
HSV(B)77.14º30.88%53.33%-
XYZ19.1422.713.96-
YUV127.62109.02125.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=35.03%
G=38.42%
B=26.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124136940.0900.310.4777.1418.2645.1
Hex7C885E901F2F4d122d
Octal17421013611037571152255
Binary11111001000100010111101001011111101111100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C885E; }

 p { color: rgb(124,136,94); }

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

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

 a { background-color: rgb(124,136,94); }

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

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

 span { border-color: rgb(124,136,94); }

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