#727758

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

Shades of Finch #727758

Tints of Finch #727758

Color information

#727758 (or 0x727758) is unknown color: approx Finch. HEX triplet: 72, 77 and 58. RGB value is (114,119,88). Sum of RGB (Red+Green+Blue) = 114+119+88=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #727758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727758 is #8D88A7. Grayscale: #727272. Windows color (decimal): -9275560 or 5797746. OLE color: 5797746.

HSL color Cylindrical-coordinate representation of color #727758: hue angle of 69.68º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727758 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11411988-
CMYK0.0400.260.53
HSL69.68º14.98%40.59%-
HSV(B)69.68º26.05%46.67%-
XYZ15.317.4811.8-
YUV113.97113.34128.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 88 (34.77% from 255) = 27.41%
R=35.51%
G=37.07%
B=27.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119880.0400.260.5369.6814.9840.59
Hex727758401A3546f29
Octal1621671304032651061751
Binary11100101110111101100010001101011010110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727758; }

 p { color: rgb(114,119,88); }

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

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

 a { background-color: rgb(114,119,88); }

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

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

 span { border-color: rgb(114,119,88); }

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