#768456

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

Shades of Finch #768456

Tints of Finch #768456

Color information

#768456 (or 0x768456) is unknown color: approx Finch. HEX triplet: 76, 84 and 56. RGB value is (118,132,86). Sum of RGB (Red+Green+Blue) = 118+132+86=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #768456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768456 is #897BA9. Grayscale: #7A7A7A. Windows color (decimal): -9010090 or 5670006. OLE color: 5670006.

HSL color Cylindrical-coordinate representation of color #768456: hue angle of 78.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768456 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB11813286-
CMYK0.1100.350.48
HSL78.26º21.1%42.75%-
HSV(B)78.26º34.85%51.76%-
XYZ17.421.0311.95-
YUV122.57107.36124.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=35.12%
G=39.29%
B=25.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132860.1100.350.4878.2621.142.75
Hex768456B023304e152b
Octal16620412613043601162553
Binary111011010000100101011010110100011110000100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768456; }

 p { color: rgb(118,132,86); }

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

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

 a { background-color: rgb(118,132,86); }

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

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

 span { border-color: rgb(118,132,86); }

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