#767862

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

Shades of Finch #767862

Tints of Finch #767862

Color information

#767862 (or 0x767862) is unknown color: approx Finch. HEX triplet: 76, 78 and 62. RGB value is (118,120,98). Sum of RGB (Red+Green+Blue) = 118+120+98=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #767862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767862 is #89879D. Grayscale: #747474. Windows color (decimal): -9013150 or 6453366. OLE color: 6453366.

HSL color Cylindrical-coordinate representation of color #767862: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767862 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11812098-
CMYK0.0200.180.53
HSL65.45º10.09%42.75%-
HSV(B)65.45º18.33%47.06%-
XYZ16.3918.1714.2-
YUV116.89117.34128.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=35.12%
G=35.71%
B=29.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120980.0200.180.5365.4510.0942.75
Hex76786220123541a2b
Octal1661701422022651011253
Binary1110110111100011000101001001011010110000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767862; }

 p { color: rgb(118,120,98); }

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

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

 a { background-color: rgb(118,120,98); }

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

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

 span { border-color: rgb(118,120,98); }

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