#75774D

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

Shades of Finch #75774D

Tints of Finch #75774D

Color information

#75774D (or 0x75774D) is unknown color: approx Finch. HEX triplet: 75, 77 and 4D. RGB value is (117,119,77). Sum of RGB (Red+Green+Blue) = 117+119+77=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #75774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75774D is #8A88B2. Grayscale: #717171. Windows color (decimal): -9078963 or 5076853. OLE color: 5076853.

HSL color Cylindrical-coordinate representation of color #75774D: hue angle of 62.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75774D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11711977-
CMYK0.0200.350.53
HSL62.86º21.43%38.43%-
HSV(B)62.86º35.29%46.67%-
XYZ15.2717.519.6-
YUV113.61107.34130.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=37.38%
G=38.02%
B=24.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119770.0200.350.5362.8621.4338.43
Hex75774D2023353f1526
Octal165167115204365772546
Binary11101011110111100110110010001111010111111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75774D; }

 p { color: rgb(117,119,77); }

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

<style>
 a { background-color: #75774D; }

 a { background-color: rgb(117,119,77); }

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

<style>
 span { border-color: #75774D; }

 span { border-color: rgb(117,119,77); }

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