#758652

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

Shades of Finch #758652

Tints of Finch #758652

Color information

#758652 (or 0x758652) is unknown color: approx Finch. HEX triplet: 75, 86 and 52. RGB value is (117,134,82). Sum of RGB (Red+Green+Blue) = 117+134+82=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #758652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758652 is #8A79AD. Grayscale: #7B7B7B. Windows color (decimal): -9075118 or 5408373. OLE color: 5408373.

HSL color Cylindrical-coordinate representation of color #758652: hue angle of 79.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758652 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11713482-
CMYK0.1300.390.47
HSL79.62º24.07%42.35%-
HSV(B)79.62º38.81%52.55%-
XYZ17.3821.4411.2-
YUV122.99104.87123.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=35.14%
G=40.24%
B=24.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134820.1300.390.4779.6224.0742.35
Hex758652D0272F50182a
Octal16520612215047571203052
Binary111010110000110101001011010100111101111101000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758652; }

 p { color: rgb(117,134,82); }

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

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

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

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

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

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

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