#7A7E67

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

Shades of Finch #7A7E67

Tints of Finch #7A7E67

Color information

#7A7E67 (or 0x7A7E67) is unknown color: approx Finch. HEX triplet: 7A, 7E and 67. RGB value is (122,126,103). Sum of RGB (Red+Green+Blue) = 122+126+103=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E67 is #858198. Grayscale: #7A7A7A. Windows color (decimal): -8749465 or 6782586. OLE color: 6782586.

HSL color Cylindrical-coordinate representation of color #7A7E67: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7E67 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB122126103-
CMYK0.0300.180.51
HSL70.43º10.04%44.9%-
HSV(B)70.43º18.25%49.41%-
XYZ17.9420.0415.75-
YUV122.18117.17127.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=34.76%
G=35.90%
B=29.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221261030.0300.180.5170.4310.0444.9
Hex7A7E6730123346a2d
Octal1721761473022631061255
Binary1111010111111011001111101001011001110001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7E67; }

 p { color: rgb(122,126,103); }

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

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

 a { background-color: rgb(122,126,103); }

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

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

 span { border-color: rgb(122,126,103); }

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