#75764E

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

Shades of Finch #75764E

Tints of Finch #75764E

Color information

#75764E (or 0x75764E) is unknown color: approx Finch. HEX triplet: 75, 76 and 4E. RGB value is (117,118,78). Sum of RGB (Red+Green+Blue) = 117+118+78=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #75764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764E is #8A89B1. Grayscale: #717171. Windows color (decimal): -9079218 or 5142133. OLE color: 5142133.

HSL color Cylindrical-coordinate representation of color #75764E: hue angle of 61.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75764E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11711878-
CMYK0.0100.340.54
HSL61.5º20.41%38.43%-
HSV(B)61.5º33.9%46.27%-
XYZ15.1917.299.74-
YUV113.14108.17130.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=37.38%
G=37.70%
B=24.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118780.0100.340.5461.520.4138.43
Hex75764E1022363e1426
Octal165166116104266762446
Binary1110101111011010011101010001011011011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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