#767A53

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

Shades of Finch #767A53

Tints of Finch #767A53

Color information

#767A53 (or 0x767A53) is unknown color: approx Finch. HEX triplet: 76, 7A and 53. RGB value is (118,122,83). Sum of RGB (Red+Green+Blue) = 118+122+83=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #767A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A53 is #8985AC. Grayscale: #747474. Windows color (decimal): -9012653 or 5470838. OLE color: 5470838.

HSL color Cylindrical-coordinate representation of color #767A53: hue angle of 66.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767A53 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB11812283-
CMYK0.0300.320.52
HSL66.15º19.02%40.2%-
HSV(B)66.15º31.97%47.84%-
XYZ15.9918.410.89-
YUV116.36109.17129.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=36.53%
G=37.77%
B=25.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122830.0300.320.5266.1519.0240.2
Hex767A53302034421328
Octal1661721233040641022350
Binary111011011110101010011110100000110100100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,83); }

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

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

 a { background-color: rgb(118,122,83); }

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

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

 span { border-color: rgb(118,122,83); }

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