#72755F

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

Shades of Finch #72755F

Tints of Finch #72755F

Color information

#72755F (or 0x72755F) is unknown color: approx Finch. HEX triplet: 72, 75 and 5F. RGB value is (114,117,95). Sum of RGB (Red+Green+Blue) = 114+117+95=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #72755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72755F is #8D8AA0. Grayscale: #717171. Windows color (decimal): -9276065 or 6255986. OLE color: 6255986.

HSL color Cylindrical-coordinate representation of color #72755F: hue angle of 68.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72755F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11411795-
CMYK0.0300.190.54
HSL68.18º10.38%41.57%-
HSV(B)68.18º18.8%45.88%-
XYZ15.3717.1313.32-
YUV113.6117.51128.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=34.97%
G=35.89%
B=29.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117950.0300.190.5468.1810.3841.57
Hex72755F30133644a2a
Octal1621651373023661041252
Binary1110010111010110111111101001111011010001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72755F; }

 p { color: rgb(114,117,95); }

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

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

 a { background-color: rgb(114,117,95); }

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

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

 span { border-color: rgb(114,117,95); }

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