#76775B

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

Shades of Finch #76775B

Tints of Finch #76775B

Color information

#76775B (or 0x76775B) is unknown color: approx Finch. HEX triplet: 76, 77 and 5B. RGB value is (118,119,91). Sum of RGB (Red+Green+Blue) = 118+119+91=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #76775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76775B is #8988A4. Grayscale: #737373. Windows color (decimal): -9013413 or 5994358. OLE color: 5994358.

HSL color Cylindrical-coordinate representation of color #76775B: hue angle of 62.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76775B is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11811991-
CMYK0.0100.240.53
HSL62.14º13.33%41.18%-
HSV(B)62.14º23.53%46.67%-
XYZ15.9617.812.49-
YUV115.51114.17129.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=35.98%
G=36.28%
B=27.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119910.0100.240.5362.1413.3341.18
Hex76775B1018353ed29
Octal166167133103065761551
Binary11101101110111101101110110001101011111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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