#74755F

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

Shades of Finch #74755F

Tints of Finch #74755F

Color information

#74755F (or 0x74755F) is unknown color: approx Finch. HEX triplet: 74, 75 and 5F. RGB value is (116,117,95). Sum of RGB (Red+Green+Blue) = 116+117+95=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #74755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74755F is #8B8AA0. Grayscale: #727272. Windows color (decimal): -9144993 or 6255988. OLE color: 6255988.

HSL color Cylindrical-coordinate representation of color #74755F: hue angle of 62.73º degrees, saturation: 0.1, 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 #74755F is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11611795-
CMYK0.0100.190.54
HSL62.73º10.38%41.57%-
HSV(B)62.73º18.8%45.88%-
XYZ15.6317.2613.33-
YUV114.19117.17129.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=35.37%
G=35.67%
B=28.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117950.0100.190.5462.7310.3841.57
Hex74755F1013363fa2a
Octal164165137102366771252
Binary11101001110101101111110100111101101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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