#798252

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

Shades of Finch #798252

Tints of Finch #798252

Color information

#798252 (or 0x798252) is unknown color: approx Finch. HEX triplet: 79, 82 and 52. RGB value is (121,130,82). Sum of RGB (Red+Green+Blue) = 121+130+82=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #798252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798252 is #867DAD. Grayscale: #7A7A7A. Windows color (decimal): -8813998 or 5407353. OLE color: 5407353.

HSL color Cylindrical-coordinate representation of color #798252: hue angle of 71.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #798252 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB12113082-
CMYK0.0700.370.49
HSL71.25º22.64%41.57%-
HSV(B)71.25º36.92%50.98%-
XYZ17.3920.6411.05-
YUV121.84105.52127.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=36.34%
G=39.04%
B=24.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130820.0700.370.4971.2522.6441.57
Hex79825270253147172a
Octal1712021227045611072752
Binary11110011000001010100101110100101110001100011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798252; }

 p { color: rgb(121,130,82); }

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

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

 a { background-color: rgb(121,130,82); }

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

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

 span { border-color: rgb(121,130,82); }

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