#74754B

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

Shades of Finch #74754B

Tints of Finch #74754B

Color information

#74754B (or 0x74754B) is unknown color: approx Finch. HEX triplet: 74, 75 and 4B. RGB value is (116,117,75). Sum of RGB (Red+Green+Blue) = 116+117+75=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #74754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74754B is #8B8AB4. Grayscale: #707070. Windows color (decimal): -9145013 or 4945268. OLE color: 4945268.

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

Color convert

RGB11611775-
CMYK0.0100.360.54
HSL61.43º21.88%37.65%-
HSV(B)61.43º35.9%45.88%-
XYZ14.8316.949.15-
YUV111.91107.17130.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=37.66%
G=37.99%
B=24.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116117750.0100.360.5461.4321.8837.65
Hex74754B1024363d1626
Octal164165113104466752646
Binary1110100111010110010111010010011011011110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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