#767C52

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

Shades of Finch #767C52

Tints of Finch #767C52

Color information

#767C52 (or 0x767C52) is unknown color: approx Finch. HEX triplet: 76, 7C and 52. RGB value is (118,124,82). Sum of RGB (Red+Green+Blue) = 118+124+82=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #767C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C52 is #8983AD. Grayscale: #757575. Windows color (decimal): -9012142 or 5405814. OLE color: 5405814.

HSL color Cylindrical-coordinate representation of color #767C52: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #767C52 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB11812482-
CMYK0.0500.340.51
HSL68.57º20.39%40.39%-
HSV(B)68.57º33.87%48.63%-
XYZ16.218.8810.77-
YUV117.42108.01128.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=36.42%
G=38.27%
B=25.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124820.0500.340.5168.5720.3940.39
Hex767C52502233451428
Octal1661741225042631052450
Binary1110110111110010100101010100010110011100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767C52; }

 p { color: rgb(118,124,82); }

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

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

 a { background-color: rgb(118,124,82); }

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

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

 span { border-color: rgb(118,124,82); }

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