#75784E

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

Shades of Finch #75784E

Tints of Finch #75784E

Color information

#75784E (or 0x75784E) is unknown color: approx Finch. HEX triplet: 75, 78 and 4E. RGB value is (117,120,78). Sum of RGB (Red+Green+Blue) = 117+120+78=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #75784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75784E is #8A87B1. Grayscale: #727272. Windows color (decimal): -9078706 or 5142645. OLE color: 5142645.

HSL color Cylindrical-coordinate representation of color #75784E: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75784E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11712078-
CMYK0.0200.350.53
HSL64.29º21.21%38.82%-
HSV(B)64.29º35%47.06%-
XYZ15.4317.769.82-
YUV114.32107.51129.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=37.14%
G=38.10%
B=24.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120780.0200.350.5364.2921.2138.82
Hex75784E202335401527
Octal1651701162043651002547
Binary111010111110001001110100100011110101100000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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