#748552

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

Shades of Finch #748552

Tints of Finch #748552

Color information

#748552 (or 0x748552) is unknown color: approx Finch. HEX triplet: 74, 85 and 52. RGB value is (116,133,82). Sum of RGB (Red+Green+Blue) = 116+133+82=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #748552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748552 is #8B7AAD. Grayscale: #7A7A7A. Windows color (decimal): -9140910 or 5408116. OLE color: 5408116.

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

Color convert

RGB11613382-
CMYK0.1300.380.48
HSL80º23.72%42.16%-
HSV(B)80º38.35%52.16%-
XYZ17.1121.111.15-
YUV122.1105.37123.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=35.05%
G=40.18%
B=24.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133820.1300.380.488023.7242.16
Hex748552D0263050182a
Octal16420512215046601203052
Binary111010010000101101001011010100110110000101000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748552; }

 p { color: rgb(116,133,82); }

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

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

 a { background-color: rgb(116,133,82); }

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

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

 span { border-color: rgb(116,133,82); }

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