#75815B

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

Shades of Finch #75815B

Tints of Finch #75815B

Color information

#75815B (or 0x75815B) is unknown color: approx Finch. HEX triplet: 75, 81 and 5B. RGB value is (117,129,91). Sum of RGB (Red+Green+Blue) = 117+129+91=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #75815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75815B is #8A7EA4. Grayscale: #797979. Windows color (decimal): -9076389 or 5996917. OLE color: 5996917.

HSL color Cylindrical-coordinate representation of color #75815B: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75815B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11712991-
CMYK0.0900.290.49
HSL78.95º17.27%43.14%-
HSV(B)78.95º29.46%50.59%-
XYZ17.0720.2412.9-
YUV121.08111.02125.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=34.72%
G=38.28%
B=27.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129910.0900.290.4978.9517.2743.14
Hex75815B901D314f112b
Octal16520113311035611172153
Binary11101011000000110110111001011101110001100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,129,91); }

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

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

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

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

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

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

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