#74765E

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

Shades of Finch #74765E

Tints of Finch #74765E

Color information

#74765E (or 0x74765E) is unknown color: approx Finch. HEX triplet: 74, 76 and 5E. RGB value is (116,118,94). Sum of RGB (Red+Green+Blue) = 116+118+94=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #74765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765E is #8B89A1. Grayscale: #727272. Windows color (decimal): -9144738 or 6190708. OLE color: 6190708.

HSL color Cylindrical-coordinate representation of color #74765E: hue angle of 65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74765E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11611894-
CMYK0.0200.200.54
HSL65º11.32%41.57%-
HSV(B)65º20.34%46.27%-
XYZ15.717.4813.14-
YUV114.67116.34128.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=35.37%
G=35.98%
B=28.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118940.0200.200.546511.3241.57
Hex74765E20143641b2a
Octal1641661362024661011352
Binary1110100111011010111101001010011011010000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,118,94); }

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

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

 a { background-color: rgb(116,118,94); }

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

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

 span { border-color: rgb(116,118,94); }

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