#748451

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

Shades of Finch #748451

Tints of Finch #748451

Color information

#748451 (or 0x748451) is unknown color: approx Finch. HEX triplet: 74, 84 and 51. RGB value is (116,132,81). Sum of RGB (Red+Green+Blue) = 116+132+81=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #748451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748451 is #8B7BAE. Grayscale: #797979. Windows color (decimal): -9141167 or 5342324. OLE color: 5342324.

HSL color Cylindrical-coordinate representation of color #748451: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748451 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB11613281-
CMYK0.1200.390.48
HSL78.82º23.94%41.76%-
HSV(B)78.82º38.64%51.76%-
XYZ16.9420.8110.91-
YUV121.4105.2124.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=35.26%
G=40.12%
B=24.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132810.1200.390.4878.8223.9441.76
Hex748451C027304f182a
Octal16420412114047601173052
Binary111010010000100101000111000100111110000100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748451; }

 p { color: rgb(116,132,81); }

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

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

 a { background-color: rgb(116,132,81); }

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

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

 span { border-color: rgb(116,132,81); }

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