#748150

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

Shades of Finch #748150

Tints of Finch #748150

Color information

#748150 (or 0x748150) is unknown color: approx Finch. HEX triplet: 74, 81 and 50. RGB value is (116,129,80). Sum of RGB (Red+Green+Blue) = 116+129+80=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #748150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748150 is #8B7EAF. Grayscale: #777777. Windows color (decimal): -9141936 or 5276020. OLE color: 5276020.

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

Color convert

RGB11612980-
CMYK0.1000.380.49
HSL75.92º23.44%40.98%-
HSV(B)75.92º37.98%50.59%-
XYZ16.519.9910.58-
YUV119.53105.69125.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=35.69%
G=39.69%
B=24.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129800.1000.380.4975.9223.4440.98
Hex748150A026314c1729
Octal16420112012046611142751
Binary111010010000001101000010100100110110001100110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748150; }

 p { color: rgb(116,129,80); }

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

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

 a { background-color: rgb(116,129,80); }

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

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

 span { border-color: rgb(116,129,80); }

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