#74765F

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

Shades of Finch #74765F

Tints of Finch #74765F

Color information

#74765F (or 0x74765F) is unknown color: approx Finch. HEX triplet: 74, 76 and 5F. RGB value is (116,118,95). Sum of RGB (Red+Green+Blue) = 116+118+95=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #74765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74765F is #8B89A0. Grayscale: #727272. Windows color (decimal): -9144737 or 6256244. OLE color: 6256244.

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

Color convert

RGB11611895-
CMYK0.0200.190.54
HSL65.22º10.8%41.76%-
HSV(B)65.22º19.49%46.27%-
XYZ15.7517.513.37-
YUV114.78116.84128.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=35.26%
G=35.87%
B=28.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118950.0200.190.5465.2210.841.76
Hex74765F20133641b2a
Octal1641661372023661011352
Binary1110100111011010111111001001111011010000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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