#767750

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

Shades of Finch #767750

Tints of Finch #767750

Color information

#767750 (or 0x767750) is unknown color: approx Finch. HEX triplet: 76, 77 and 50. RGB value is (118,119,80). Sum of RGB (Red+Green+Blue) = 118+119+80=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #767750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767750 is #8988AF. Grayscale: #727272. Windows color (decimal): -9013424 or 5273462. OLE color: 5273462.

HSL color Cylindrical-coordinate representation of color #767750: hue angle of 61.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #767750 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB11811980-
CMYK0.0100.330.53
HSL61.54º19.6%39.02%-
HSV(B)61.54º32.77%46.67%-
XYZ15.5217.6210.17-
YUV114.26108.67130.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=37.22%
G=37.54%
B=25.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119800.0100.330.5361.5419.639.02
Hex7677501021353e1427
Octal166167120104165762447
Binary1110110111011110100001010000111010111111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767750; }

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

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

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

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

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

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

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

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