#74774B

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

Shades of Finch #74774B

Tints of Finch #74774B

Color information

#74774B (or 0x74774B) is unknown color: approx Finch. HEX triplet: 74, 77 and 4B. RGB value is (116,119,75). Sum of RGB (Red+Green+Blue) = 116+119+75=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #74774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74774B is #8B88B4. Grayscale: #717171. Windows color (decimal): -9144501 or 4945780. OLE color: 4945780.

HSL color Cylindrical-coordinate representation of color #74774B: hue angle of 64.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74774B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11611975-
CMYK0.0300.370.53
HSL64.09º22.68%38.04%-
HSV(B)64.09º36.97%46.67%-
XYZ15.0717.419.22-
YUV113.09106.51130.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=37.42%
G=38.39%
B=24.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119750.0300.370.5364.0922.6838.04
Hex74774B302535401726
Octal1641671133045651002746
Binary111010011101111001011110100101110101100000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74774B; }

 p { color: rgb(116,119,75); }

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

<style>
 a { background-color: #74774B; }

 a { background-color: rgb(116,119,75); }

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

<style>
 span { border-color: #74774B; }

 span { border-color: rgb(116,119,75); }

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