#767754

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

Shades of Finch #767754

Tints of Finch #767754

Color information

#767754 (or 0x767754) is unknown color: approx Finch. HEX triplet: 76, 77 and 54. RGB value is (118,119,84). Sum of RGB (Red+Green+Blue) = 118+119+84=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #767754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767754 is #8988AB. Grayscale: #727272. Windows color (decimal): -9013420 or 5535606. OLE color: 5535606.

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

Color convert

RGB11811984-
CMYK0.0100.290.53
HSL61.71º17.24%39.8%-
HSV(B)61.71º29.41%46.67%-
XYZ15.6717.6910.98-
YUV114.71110.67130.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=36.76%
G=37.07%
B=26.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119840.0100.290.5361.7117.2439.8
Hex767754101D353e1128
Octal166167124103565762150
Binary111011011101111010100101110111010111111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767754; }

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

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

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

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

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

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

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

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