#767D5D

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

Shades of Finch #767D5D

Tints of Finch #767D5D

Color information

#767D5D (or 0x767D5D) is unknown color: approx Finch. HEX triplet: 76, 7D and 5D. RGB value is (118,125,93). Sum of RGB (Red+Green+Blue) = 118+125+93=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #767D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D5D is #8982A2. Grayscale: #777777. Windows color (decimal): -9011875 or 6126966. OLE color: 6126966.

HSL color Cylindrical-coordinate representation of color #767D5D: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767D5D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB11812593-
CMYK0.0600.260.51
HSL73.12º14.68%42.75%-
HSV(B)73.12º25.6%49.02%-
XYZ16.7819.3113.2-
YUV119.26113.18127.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=35.12%
G=37.20%
B=27.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118125930.0600.260.5173.1214.6842.75
Hex767D5D601A3349f2b
Octal1661751356032631111753
Binary11101101111101101110111001101011001110010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D5D; }

 p { color: rgb(118,125,93); }

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

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

 a { background-color: rgb(118,125,93); }

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

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

 span { border-color: rgb(118,125,93); }

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