#77875D

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

Shades of Highland #77875D

Tints of Highland #77875D

Color information

#77875D (or 0x77875D) is unknown color: approx Highland. HEX triplet: 77, 87 and 5D. RGB value is (119,135,93). Sum of RGB (Red+Green+Blue) = 119+135+93=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #77875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77875D is #8878A2. Grayscale: #7D7D7D. Windows color (decimal): -8943779 or 6129527. OLE color: 6129527.

HSL color Cylindrical-coordinate representation of color #77875D: hue angle of 82.86º 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 #77875D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB11913593-
CMYK0.1200.310.47
HSL82.86º18.42%44.71%-
HSV(B)82.86º31.11%52.94%-
XYZ18.2522.0413.65-
YUV125.43109.7123.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=34.29%
G=38.90%
B=26.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135930.1200.310.4782.8618.4244.71
Hex77875DC01F2F53122d
Octal16720713514037571232255
Binary11101111000011110111011100011111101111101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77875D; }

 p { color: rgb(119,135,93); }

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

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

 a { background-color: rgb(119,135,93); }

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

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

 span { border-color: rgb(119,135,93); }

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