#767A42

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

Shades of Finch #767A42

Tints of Finch #767A42

Color information

#767A42 (or 0x767A42) is unknown color: approx Finch. HEX triplet: 76, 7A and 42. RGB value is (118,122,66). Sum of RGB (Red+Green+Blue) = 118+122+66=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #767A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A42 is #8985BD. Grayscale: #727272. Windows color (decimal): -9012670 or 4356726. OLE color: 4356726.

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

Color convert

RGB11812266-
CMYK0.0300.460.52
HSL64.29º29.79%36.86%-
HSV(B)64.29º45.9%47.84%-
XYZ15.4118.167.85-
YUV114.42100.67130.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=38.56%
G=39.87%
B=21.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122660.0300.460.5264.2929.7936.86
Hex767A42302E34401e25
Octal1661721023056641003645
Binary111011011110101000010110101110110100100000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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