#707267

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

Shades of Finch #707267

Tints of Finch #707267

Color information

#707267 (or 0x707267) is unknown color: approx Finch. HEX triplet: 70, 72 and 67. RGB value is (112,114,103). Sum of RGB (Red+Green+Blue) = 112+114+103=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #707267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707267 is #8F8D98. Grayscale: #707070. Windows color (decimal): -9407897 or 6779504. OLE color: 6779504.

HSL color Cylindrical-coordinate representation of color #707267: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707267 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB112114103-
CMYK0.0200.100.55
HSL70.91º5.07%42.55%-
HSV(B)70.91º9.65%44.71%-
XYZ15.1516.4615.21-
YUV112.15122.84127.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=34.04%
G=34.65%
B=31.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121141030.0200.100.5570.915.0742.55
Hex70726720A374752b
Octal160162147201267107553
Binary11100001110010110011110010101101111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707267; }

 p { color: rgb(112,114,103); }

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

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

 a { background-color: rgb(112,114,103); }

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

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

 span { border-color: rgb(112,114,103); }

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