#768751

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

Shades of Finch #768751

Tints of Finch #768751

Color information

#768751 (or 0x768751) is unknown color: approx Finch. HEX triplet: 76, 87 and 51. RGB value is (118,135,81). Sum of RGB (Red+Green+Blue) = 118+135+81=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #768751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768751 is #8978AE. Grayscale: #7B7B7B. Windows color (decimal): -9009327 or 5343094. OLE color: 5343094.

HSL color Cylindrical-coordinate representation of color #768751: hue angle of 78.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768751 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB11813581-
CMYK0.1300.400.47
HSL78.89º25%42.35%-
HSV(B)78.89º40%52.94%-
XYZ17.6221.7711.06-
YUV123.76103.87123.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=35.33%
G=40.42%
B=24.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135810.1300.400.4778.892542.35
Hex768751D0282F4f192a
Octal16620712115050571173152
Binary111011010000111101000111010101000101111100111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768751; }

 p { color: rgb(118,135,81); }

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

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

 a { background-color: rgb(118,135,81); }

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

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

 span { border-color: rgb(118,135,81); }

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