#767751

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

Shades of Finch #767751

Tints of Finch #767751

Color information

#767751 (or 0x767751) is unknown color: approx Finch. HEX triplet: 76, 77 and 51. RGB value is (118,119,81). Sum of RGB (Red+Green+Blue) = 118+119+81=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #767751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767751 is #8988AE. Grayscale: #727272. Windows color (decimal): -9013423 or 5338998. OLE color: 5338998.

HSL color Cylindrical-coordinate representation of color #767751: hue angle of 61.58º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767751 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB11811981-
CMYK0.0100.320.53
HSL61.58º19%39.22%-
HSV(B)61.58º31.93%46.67%-
XYZ15.5517.6410.37-
YUV114.37109.17130.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=37.11%
G=37.42%
B=25.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119810.0100.320.5361.581939.22
Hex7677511020353e1327
Octal166167121104065762347
Binary1110110111011110100011010000011010111111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767751; }

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

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

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

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

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

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

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

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