#767762

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

Shades of Finch #767762

Tints of Finch #767762

Color information

#767762 (or 0x767762) is unknown color: approx Finch. HEX triplet: 76, 77 and 62. RGB value is (118,119,98). Sum of RGB (Red+Green+Blue) = 118+119+98=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #767762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767762 is #89889D. Grayscale: #747474. Windows color (decimal): -9013406 or 6453110. OLE color: 6453110.

HSL color Cylindrical-coordinate representation of color #767762: hue angle of 62.86º 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 #767762 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11811998-
CMYK0.0100.180.53
HSL62.86º9.68%42.55%-
HSV(B)62.86º17.65%46.67%-
XYZ16.2717.9314.16-
YUV116.31117.67129.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=35.22%
G=35.52%
B=29.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119980.0100.180.5362.869.6842.55
Hex7677621012353fa2b
Octal166167142102265771253
Binary11101101110111110001010100101101011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767762; }

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

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

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

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

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

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

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

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