#75824E

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

Shades of Finch #75824E

Tints of Finch #75824E

Color information

#75824E (or 0x75824E) is unknown color: approx Finch. HEX triplet: 75, 82 and 4E. RGB value is (117,130,78). Sum of RGB (Red+Green+Blue) = 117+130+78=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #75824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75824E is #8A7DB1. Grayscale: #787878. Windows color (decimal): -9076146 or 5145205. OLE color: 5145205.

HSL color Cylindrical-coordinate representation of color #75824E: hue angle of 75º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75824E is Cyan = 0.1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11713078-
CMYK0.100.400.49
HSL75º25%40.78%-
HSV(B)75º40%50.98%-
XYZ16.6920.310.25-
YUV120.18104.19125.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 24%
R=36%
G=40%
B=24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130780.100.400.49752540.78
Hex75824EA028314b1929
Octal16520211612050611133151
Binary111010110000010100111010100101000110001100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75824E; }

 p { color: rgb(117,130,78); }

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

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

 a { background-color: rgb(117,130,78); }

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

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

 span { border-color: rgb(117,130,78); }

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