#74765A

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

Shades of Finch #74765A

Tints of Finch #74765A

Color information

#74765A (or 0x74765A) is unknown color: approx Finch. HEX triplet: 74, 76 and 5A. RGB value is (116,118,90). Sum of RGB (Red+Green+Blue) = 116+118+90=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #74765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765A is #8B89A5. Grayscale: #727272. Windows color (decimal): -9144742 or 5928564. OLE color: 5928564.

HSL color Cylindrical-coordinate representation of color #74765A: hue angle of 64.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74765A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11611890-
CMYK0.0200.240.54
HSL64.29º13.46%40.78%-
HSV(B)64.29º23.73%46.27%-
XYZ15.5317.4112.21-
YUV114.21114.34129.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=35.80%
G=36.42%
B=27.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118900.0200.240.5464.2913.4640.78
Hex74765A20183640d29
Octal1641661322030661001551
Binary1110100111011010110101001100011011010000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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