#76815A

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

Shades of Finch #76815A

Tints of Finch #76815A

Color information

#76815A (or 0x76815A) is unknown color: approx Finch. HEX triplet: 76, 81 and 5A. RGB value is (118,129,90). Sum of RGB (Red+Green+Blue) = 118+129+90=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #76815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76815A is #897EA5. Grayscale: #797979. Windows color (decimal): -9010854 or 5931382. OLE color: 5931382.

HSL color Cylindrical-coordinate representation of color #76815A: hue angle of 76.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76815A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB11812990-
CMYK0.0900.300.49
HSL76.92º17.81%42.94%-
HSV(B)76.92º30.23%50.59%-
XYZ17.1720.2912.68-
YUV121.26110.36125.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=35.01%
G=38.28%
B=26.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129900.0900.300.4976.9217.8142.94
Hex76815A901E314d122b
Octal16620113211036611152253
Binary11101101000000110110101001011110110001100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76815A; }

 p { color: rgb(118,129,90); }

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

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

 a { background-color: rgb(118,129,90); }

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

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

 span { border-color: rgb(118,129,90); }

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