#71726B

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

Shades of Finch #71726B

Tints of Finch #71726B

Color information

#71726B (or 0x71726B) is unknown color: approx Finch. HEX triplet: 71, 72 and 6B. RGB value is (113,114,107). Sum of RGB (Red+Green+Blue) = 113+114+107=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 114 - color contains mainly: green. Hex color #71726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71726B is #8E8D94. Grayscale: #707070. Windows color (decimal): -9342357 or 7041649. OLE color: 7041649.

HSL color Cylindrical-coordinate representation of color #71726B: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71726B is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB113114107-
CMYK0.0100.060.55
HSL68.57º3.17%43.33%-
HSV(B)68.57º6.14%44.71%-
XYZ15.4816.6116.3-
YUV112.9124.67128.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=33.83%
G=34.13%
B=32.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131141070.0100.060.5568.573.1743.33
Hex71726B106374532b
Octal16116215310667105353
Binary11100011110010110101110110110111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,114,107); }

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

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

 a { background-color: rgb(113,114,107); }

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

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

 span { border-color: rgb(113,114,107); }

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