#767857

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

Shades of Finch #767857

Tints of Finch #767857

Color information

#767857 (or 0x767857) is unknown color: approx Finch. HEX triplet: 76, 78 and 57. RGB value is (118,120,87). Sum of RGB (Red+Green+Blue) = 118+120+87=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #767857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767857 is #8987A8. Grayscale: #737373. Windows color (decimal): -9013161 or 5732470. OLE color: 5732470.

HSL color Cylindrical-coordinate representation of color #767857: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767857 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB11812087-
CMYK0.0200.280.53
HSL63.64º15.94%40.59%-
HSV(B)63.64º27.5%47.06%-
XYZ15.9117.9711.65-
YUV115.64111.84129.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=36.31%
G=36.92%
B=26.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120870.0200.280.5363.6415.9440.59
Hex767857201C35401029
Octal1661701272034651002051
Binary11101101111000101011110011100110101100000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767857; }

 p { color: rgb(118,120,87); }

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

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

 a { background-color: rgb(118,120,87); }

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

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

 span { border-color: rgb(118,120,87); }

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