#76824B

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

Shades of Finch #76824B

Tints of Finch #76824B

Color information

#76824B (or 0x76824B) is unknown color: approx Finch. HEX triplet: 76, 82 and 4B. RGB value is (118,130,75). Sum of RGB (Red+Green+Blue) = 118+130+75=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #76824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76824B is #897DB4. Grayscale: #787878. Windows color (decimal): -9010613 or 4948598. OLE color: 4948598.

HSL color Cylindrical-coordinate representation of color #76824B: hue angle of 73.09º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76824B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB11813075-
CMYK0.0900.420.49
HSL73.09º26.83%40.2%-
HSV(B)73.09º42.31%50.98%-
XYZ16.7220.329.7-
YUV120.14102.52126.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=36.53%
G=40.25%
B=23.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130750.0900.420.4973.0926.8340.2
Hex76824B902A31491b28
Octal16620211311052611113350
Binary111011010000010100101110010101010110001100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76824B; }

 p { color: rgb(118,130,75); }

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

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

 a { background-color: rgb(118,130,75); }

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

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

 span { border-color: rgb(118,130,75); }

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