#757B44

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

Shades of Finch #757B44

Tints of Finch #757B44

Color information

#757B44 (or 0x757B44) is unknown color: approx Finch. HEX triplet: 75, 7B and 44. RGB value is (117,123,68). Sum of RGB (Red+Green+Blue) = 117+123+68=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #757B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B44 is #8A84BB. Grayscale: #737373. Windows color (decimal): -9077948 or 4488053. OLE color: 4488053.

HSL color Cylindrical-coordinate representation of color #757B44: hue angle of 66.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757B44 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB11712368-
CMYK0.0500.450.52
HSL66.55º28.8%37.45%-
HSV(B)66.55º44.72%48.24%-
XYZ15.4618.378.2-
YUV114.94101.51129.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=37.99%
G=39.94%
B=22.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123680.0500.450.5266.5528.837.45
Hex757B44502D34431d25
Octal1651731045055641033545
Binary1110101111101110001001010101101110100100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B44; }

 p { color: rgb(117,123,68); }

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

<style>
 a { background-color: #757B44; }

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

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

<style>
 span { border-color: #757B44; }

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

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