#76804F

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

Shades of Finch #76804F

Tints of Finch #76804F

Color information

#76804F (or 0x76804F) is unknown color: approx Finch. HEX triplet: 76, 80 and 4F. RGB value is (118,128,79). Sum of RGB (Red+Green+Blue) = 118+128+79=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #76804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76804F is #897FB0. Grayscale: #777777. Windows color (decimal): -9011121 or 5210230. OLE color: 5210230.

HSL color Cylindrical-coordinate representation of color #76804F: hue angle of 72.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76804F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11812879-
CMYK0.0800.380.50
HSL72.24º23.67%40.59%-
HSV(B)72.24º38.28%50.2%-
XYZ16.619.8510.35-
YUV119.42105.19126.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=36.31%
G=39.38%
B=24.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128790.0800.380.5072.2423.6740.59
Hex76804F802632481829
Octal16620011710046621103051
Binary111011010000000100111110000100110110010100100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76804F; }

 p { color: rgb(118,128,79); }

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

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

 a { background-color: rgb(118,128,79); }

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

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

 span { border-color: rgb(118,128,79); }

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