#75794B

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

Shades of Finch #75794B

Tints of Finch #75794B

Color information

#75794B (or 0x75794B) is unknown color: approx Finch. HEX triplet: 75, 79 and 4B. RGB value is (117,121,75). Sum of RGB (Red+Green+Blue) = 117+121+75=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #75794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75794B is #8A86B4. Grayscale: #727272. Windows color (decimal): -9078453 or 4946293. OLE color: 4946293.

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

Color convert

RGB11712175-
CMYK0.0300.380.53
HSL65.22º23.47%38.43%-
HSV(B)65.22º38.02%47.45%-
XYZ15.4417.969.31-
YUV114.56105.67129.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=37.38%
G=38.66%
B=23.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121750.0300.380.5365.2223.4738.43
Hex75794B302635411726
Octal1651711133046651012746
Binary111010111110011001011110100110110101100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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