#748056

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

Shades of Finch #748056

Tints of Finch #748056

Color information

#748056 (or 0x748056) is unknown color: approx Finch. HEX triplet: 74, 80 and 56. RGB value is (116,128,86). Sum of RGB (Red+Green+Blue) = 116+128+86=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #748056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748056 is #8B7FA9. Grayscale: #777777. Windows color (decimal): -9142186 or 5668980. OLE color: 5668980.

HSL color Cylindrical-coordinate representation of color #748056: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748056 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB11612886-
CMYK0.0900.330.50
HSL77.14º19.63%41.96%-
HSV(B)77.14º32.81%50.2%-
XYZ16.619.8211.76-
YUV119.62109.02125.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=35.15%
G=38.79%
B=26.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128860.0900.330.5077.1419.6341.96
Hex7480569021324d142a
Octal16420012611041621152452
Binary111010010000000101011010010100001110010100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748056; }

 p { color: rgb(116,128,86); }

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

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

 a { background-color: rgb(116,128,86); }

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

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

 span { border-color: rgb(116,128,86); }

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