#75754B

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

Shades of Finch #75754B

Tints of Finch #75754B

Color information

#75754B (or 0x75754B) is unknown color: approx Finch. HEX triplet: 75, 75 and 4B. RGB value is (117,117,75). Sum of RGB (Red+Green+Blue) = 117+117+75=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75754B is #8A8AB4. Grayscale: #707070. Windows color (decimal): -9079477 or 4945269. OLE color: 4945269.

HSL color Cylindrical-coordinate representation of color #75754B: hue angle of 60º 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 #75754B is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11711775-
CMYK000.360.54
HSL60º21.88%37.65%-
HSV(B)60º35.9%45.88%-
XYZ14.9717.019.15-
YUV112.21107131.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=37.86%
G=37.86%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711775000.360.546021.8837.65
Hex75754B0024363c1626
Octal165165113004466742646
Binary1110101111010110010110010010011011011110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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